Skip to content

Commit

Permalink
chore: resolving test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsteele committed Jun 27, 2022
1 parent a966b90 commit 78224d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/index.test.js
Expand Up @@ -44,7 +44,8 @@ const getConfig = (target, plugin) => ({
target,
entry: resolve(__dirname, './fixtures/index'),
output: {
path: resolve(__dirname, `./output/${hash(expect.getState().currentTestName)}`)
path: resolve(__dirname, `./output/${hash(expect.getState().currentTestName)}`),
chunkFormat: 'commonjs'
},
plugins: [plugin]
})
Expand Down

0 comments on commit 78224d3

Please sign in to comment.