Skip to content

Commit

Permalink
babel plugin in test name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Apr 8, 2024
1 parent 89fabe7 commit 05501e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helper.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Register({
rootMode: 'upward',
ignore: [/(node_module)/],
presets: [['@vue/cli-plugin-babel/preset', { useBuiltIns: 'entry' }]],
plugins: ['@babel/plugin-proposal-class-properties', '@babel/plugin-proposal-numeric-separator'],
plugins: ['@babel/plugin-transform-class-properties', '@babel/plugin-transform-numeric-separator'],
})

console.log('finished requiring helpers for tests in mocha')

0 comments on commit 05501e4

Please sign in to comment.