Skip to content

Commit 5420fcc

Browse files
wip(tests): enable all tests
1 parent dd9707b commit 5420fcc

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
@@ -407,7 +407,7 @@ test('should handle missing dynamic import', async () => {
407407
});
408408

409409

410-
test.only('should handle custom blocks asynchronously', async () => {
410+
test('should handle custom blocks asynchronously', async () => {
411411

412412
const { page, output } = await createPage({
413413
files: {

0 commit comments

Comments
 (0)