Skip to content

Commit 99bcd04

Browse files
wip(tests): re-enable all tests
1 parent 49283bc commit 99bcd04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/basic.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ const { defaultFilesVue2, defaultFiles, createPage } = require('./testsTools.js'
578578
});
579579

580580

581-
test.only('error when using import/export in .js', async () => {
581+
test('error when using import/export in .js', async () => {
582582

583583
const { page, output } = await createPage({
584584
files: {

0 commit comments

Comments
 (0)