mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Remove describe.only
This commit is contained in:
@@ -14,7 +14,7 @@ let page: puppeteer.Page;
|
||||
const width = 800;
|
||||
const height = 600;
|
||||
|
||||
describe.only('Search Tests', function (): void {
|
||||
describe('Search Tests', function (): void {
|
||||
this.timeout(200000);
|
||||
|
||||
before(async function (): Promise<any> {
|
||||
|
||||
Reference in New Issue
Block a user