Skip to content

Commit 9af7563

Browse files
authored
Remove .only from mocha test (#1188)
1 parent 04b8681 commit 9af7563

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/ql-vscode/test/pure-tests/logging.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const proxyquire = pq.noPreserveCache().noCallThru();
1212
chai.use(sinonChai);
1313
const expect = chai.expect;
1414

15-
describe.only('OutputChannelLogger tests', function() {
15+
describe('OutputChannelLogger tests', function() {
1616
this.timeout(999999);
1717
let OutputChannelLogger;
1818
const tempFolders: Record<string, tmp.DirResult> = {};

0 commit comments

Comments
 (0)