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.
2 parents 45a81ca + 0573adb commit c0e5fc4Copy full SHA for c0e5fc4
spec/jest/threadPool-spec.ts
@@ -41,7 +41,7 @@ describe('threadPool', () => {
41
pool.dispose();
42
});
43
44
- fit('should able to run task', async () => {
+ it('should able to run task', async () => {
45
const task: any = {
46
value: nanoid()
47
};
0 commit comments