Ensure that build fail on bad test

This commit is contained in:
Christian Clauss
2020-05-13 00:47:49 +02:00
committed by GitHub
parent 8ada7ec5f7
commit 66391ca209

View File

@@ -4,7 +4,7 @@
*/
// > [].isSorted()
// true
// false
// > [1].isSorted()
// true
// > [1,2,3].isSorted()