Skip to content

Commit 813f6c7

Browse files
Merge pull request #67 from Jozty/ci-declaration-file
Ci declaration file
2 parents e343b1f + e7bd179 commit 813f6c7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

examples/flip.ts

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
import * as Fae from 'https://deno.land/x/fae/mod.ts'
22

3-
console.assert([1, 2] == [1, 2])
3+
// TODO
4+
console.assert(1 === 1)
5+
6+
console.log('Example ran successfully')

0 commit comments

Comments
 (0)