We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e343b1f + e7bd179 commit 813f6c7Copy full SHA for 813f6c7
examples/flip.ts
@@ -1,3 +1,6 @@
1
import * as Fae from 'https://deno.land/x/fae/mod.ts'
2
3
-console.assert([1, 2] == [1, 2])
+// TODO
4
+console.assert(1 === 1)
5
+
6
+console.log('Example ran successfully')
0 commit comments