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 8722159 commit 0d68dbeCopy full SHA for 0d68dbe
packages/bson-bench/test/unit/task.test.ts
@@ -78,10 +78,6 @@ describe('Task', function () {
78
expect(task.testName).to.not.include(test.library);
79
expect(task.testName).to.match(/bson|bson-ext/);
80
});
81
-
82
- it('collects the tags correctly', function () {
83
- expect(task.tags).to.deep.equal(['test']);
84
- });
85
86
}
87
0 commit comments