From 382bc93efea8bb625e38862b5d54bc5112d7558d Mon Sep 17 00:00:00 2001 From: julien huang Date: Tue, 9 Apr 2024 23:14:44 +0200 Subject: [PATCH] test: remove only --- test/basic.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/basic.test.ts b/test/basic.test.ts index a3597b8dbc..9b9046902a 100644 --- a/test/basic.test.ts +++ b/test/basic.test.ts @@ -2544,7 +2544,7 @@ describe('import components', () => { }) }) -describe.only('lazy import components', () => { +describe('lazy import components', () => { let html = '' it.sequential('fetch lazy-import-components page', async () => {