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 1314113 commit 69d5bc2Copy full SHA for 69d5bc2
packages/bson-bench/test/unit/task.test.ts
@@ -79,7 +79,7 @@ describe('Task', function () {
79
expect(task.testName).to.match(/bson|bson-ext/);
80
});
81
82
- it('collects the tags correctly', function() {
+ it('collects the tags correctly', function () {
83
expect(task.tags).to.deep.equal(['test']);
84
85
0 commit comments