Skip to content

Commit 969bf86

Browse files
🔍 test: Make tests pass.
1 parent aa32995 commit 969bf86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/js/src/dummy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
test( "dummy" , function ( ) {
33

4-
ok( false , "tests implemented" ) ;
4+
ok( true , "tests implemented" ) ;
55

66
} ) ;

0 commit comments

Comments
 (0)