fix: tests

This commit is contained in:
DecDuck
2025-03-20 09:57:25 +11:00
parent 6439b173f8
commit 5313622341
3 changed files with 1 additions and 10 deletions

View File

@ -1,2 +0,0 @@
*
!.gitignore

View File

@ -1,7 +0,0 @@
import test from 'ava'
import { sum } from '../index.js'
test('sum from native', (t) => {
t.is(sum(1, 2), 3)
})

View File

@ -97,4 +97,4 @@ test("single large file", async (t) => {
}
fs.rmSync(dirName, { recursive: true });
});
});