Skip to content

Commit 6e3ae22

Browse files
wip(tests): enable all tests
1 parent 66f1640 commit 6e3ae22

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
@@ -386,7 +386,7 @@ test('nested with slot', async () => {
386386
});
387387

388388

389-
test.only('should handle missing dynamic import', async () => {
389+
test('should handle missing dynamic import', async () => {
390390

391391
const { page, output } = await createPage({
392392
files: {

0 commit comments

Comments
 (0)