We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04b8681 commit 9af7563Copy full SHA for 9af7563
1 file changed
extensions/ql-vscode/test/pure-tests/logging.test.ts
@@ -12,7 +12,7 @@ const proxyquire = pq.noPreserveCache().noCallThru();
12
chai.use(sinonChai);
13
const expect = chai.expect;
14
15
-describe.only('OutputChannelLogger tests', function() {
+describe('OutputChannelLogger tests', function() {
16
this.timeout(999999);
17
let OutputChannelLogger;
18
const tempFolders: Record<string, tmp.DirResult> = {};
0 commit comments