Skip to content

Commit f3e8e31

Browse files
committed
Fix test syntax.
1 parent c2a4ff0 commit f3e8e31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ test('walk supports plugin syntax', function (t) {
9494
)
9595
t.plan(2)
9696
walk.simple(ast, {
97-
Import () {
97+
Import: function () {
9898
t.pass('import()')
9999
},
100-
MetaProperty () {
100+
MetaProperty: function () {
101101
t.pass('import.meta')
102102
}
103103
})

0 commit comments

Comments
 (0)