We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8b419b commit 20ec350Copy full SHA for 20ec350
test/src/dummy.js
@@ -1,6 +1,8 @@
1
+import test from 'ava';
2
+import * as radixsort from '../../src';
3
-test( "dummy" , function ( ) {
4
+test( "dummy" , t => {
5
- ok( true , "tests implemented" ) ;
6
+ t.truthy( true , "tests implemented" ) ;
7
8
} ) ;
0 commit comments