mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2026-01-26 20:21:32 +08:00
Ensure that build fail on bad test
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
// > [].isSorted()
|
||||
// true
|
||||
// false
|
||||
// > [1].isSorted()
|
||||
// true
|
||||
// > [1,2,3].isSorted()
|
||||
|
||||
Reference in New Issue
Block a user