Skip to content

Commit 0d68dbe

Browse files
committed
remove obsolete test
1 parent 8722159 commit 0d68dbe

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/bson-bench/test/unit/task.test.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,6 @@ describe('Task', function () {
7878
expect(task.testName).to.not.include(test.library);
7979
expect(task.testName).to.match(/bson|bson-ext/);
8080
});
81-
82-
it('collects the tags correctly', function () {
83-
expect(task.tags).to.deep.equal(['test']);
84-
});
8581
});
8682
}
8783

0 commit comments

Comments
 (0)