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 2fe30a8 commit 9723a38Copy full SHA for 9723a38
packages/bson-bench/test/unit/task.test.ts
@@ -51,6 +51,7 @@ describe('Task', function () {
51
let task;
52
53
beforeEach(function () {
54
+ if (test.library === '[email protected]') this.skip();
55
task = new Task(test);
56
});
57
0 commit comments