Remove two describe.only() calls
This commit is contained in:
parent
d42b587e14
commit
d1504efc94
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ import type { SignalService } from '../../protobuf';
|
|||
|
||||
const debug = createDebug('mock:test:lightbox');
|
||||
|
||||
describe.only('lightbox', function (this: Mocha.Suite) {
|
||||
describe('lightbox', function (this: Mocha.Suite) {
|
||||
this.timeout(durations.MINUTE);
|
||||
|
||||
let bootstrap: Bootstrap;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue