Skip to content

Commit

Permalink
Remove .only from test
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardocavazza committed Nov 4, 2024
1 parent 595b399 commit f5fcd89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/esbuild-plugin-html/test/test.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -1476,7 +1476,7 @@ loadStyle('/public/index.css');
}());</script></head><body> <script src=/public/index.js type=application/javascript></script> </body></html>`);
});

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))],
Expand Down

0 comments on commit f5fcd89

Please sign in to comment.