mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Remove only
This commit is contained in:
@@ -15,7 +15,7 @@ test.beforeAll(async ({ browser }) => {
|
||||
test.afterAll(async () => await ctx.page.close());
|
||||
|
||||
|
||||
test.describe.only('API Integration Tests', () => {
|
||||
test.describe('API Integration Tests', () => {
|
||||
test('Default options', async () => {
|
||||
strictEqual(await ctx.proxy.cols, 80);
|
||||
strictEqual(await ctx.proxy.rows, 24);
|
||||
|
||||
Reference in New Issue
Block a user