From f5fcd8931a0bab2992a31dd37860b9f0f41a5551 Mon Sep 17 00:00:00 2001 From: Edoardo Cavazza Date: Fri, 14 Jun 2024 11:23:38 +0200 Subject: [PATCH] Remove .only from test --- packages/esbuild-plugin-html/test/test.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/esbuild-plugin-html/test/test.spec.js b/packages/esbuild-plugin-html/test/test.spec.js index b750e80d..f0225d97 100644 --- a/packages/esbuild-plugin-html/test/test.spec.js +++ b/packages/esbuild-plugin-html/test/test.spec.js @@ -1476,7 +1476,7 @@ loadStyle('/public/index.css'); }()); `); }); - test.only('should interop with other html preprocessors', async () => { + test('should interop with other html preprocessors', async () => { const { outputFiles } = await esbuild.build({ absWorkingDir: fileURLToPath(new URL('.', import.meta.url)), entryPoints: [fileURLToPath(new URL('fixture/index.icons.hbs', import.meta.url))],