Skip to content

Commit 494aef1

Browse files
committed
remove .only
1 parent 10adc87 commit 494aef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/api/Terminal.api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let page: Page;
1515
const width = 800;
1616
const height = 600;
1717

18-
describe.only('API Integration Tests', function(): void {
18+
describe('API Integration Tests', function(): void {
1919
before(async () => {
2020
browser = await launchBrowser();
2121
page = await (await browser.newContext()).newPage();

0 commit comments

Comments
 (0)