Skip to content

Commit 369b6a6

Browse files
wip(tests): enable all tests
1 parent 25e0067 commit 369b6a6

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
@@ -187,7 +187,7 @@ test('DOM has no scope', async () => {
187187
});
188188

189189

190-
test.only('nested mjs import', async () => {
190+
test('nested mjs import', async () => {
191191

192192
const { page, output } = await createPage({
193193
files: {

0 commit comments

Comments
 (0)