Remove two describe.only() calls
This commit is contained in:
parent
d42b587e14
commit
d1504efc94
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ import { strictAssert } from '../../util/assert';
|
|||
|
||||
export const debug = createDebug('mock:test:attachments');
|
||||
|
||||
describe.only('attachments', function (this: Mocha.Suite) {
|
||||
describe('attachments', function (this: Mocha.Suite) {
|
||||
this.timeout(durations.MINUTE);
|
||||
|
||||
let bootstrap: Bootstrap;
|
||||
|
|
|
@ -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…
Reference in a new issue