Skip to content

Commit 20ec350

Browse files
😒 chore: Patch tests.
1 parent c8b419b commit 20ec350

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/src/dummy.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
import test from 'ava';
2+
import * as radixsort from '../../src';
13

2-
test( "dummy" , function ( ) {
4+
test( "dummy" , t => {
35

4-
ok( true , "tests implemented" ) ;
6+
t.truthy( true , "tests implemented" ) ;
57

68
} ) ;

0 commit comments

Comments
 (0)