Remove two describe.only() calls
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user