Skip to content

Commit c0e5fc4

Browse files
authored
Merge pull request #21 from kwonoj/fix-test
test(threadpool): enable tests
2 parents 45a81ca + 0573adb commit c0e5fc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/jest/threadPool-spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ describe('threadPool', () => {
4141
pool.dispose();
4242
});
4343

44-
fit('should able to run task', async () => {
44+
it('should able to run task', async () => {
4545
const task: any = {
4646
value: nanoid()
4747
};

0 commit comments

Comments
 (0)