Remove .only from mocha test (#1188)

This commit is contained in:
Charis Kyriakou
2022-03-07 10:04:29 +00:00
committed by GitHub
parent 04b8681272
commit 9af75634fa

View File

@@ -12,7 +12,7 @@ const proxyquire = pq.noPreserveCache().noCallThru();
chai.use(sinonChai);
const expect = chai.expect;
describe.only('OutputChannelLogger tests', function() {
describe('OutputChannelLogger tests', function() {
this.timeout(999999);
let OutputChannelLogger;
const tempFolders: Record<string, tmp.DirResult> = {};