Skip to content

Commit

Permalink
Re-introduce accidentally removed test
Browse files Browse the repository at this point in the history
  • Loading branch information
nied authored and JLHwung committed Oct 23, 2022
1 parent bc0145b commit 4de249e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/cache.test.js
Expand Up @@ -171,8 +171,12 @@ test.serial.cb(
rules: [
{
test: /\.jsx?/,
use: `${babelLoader}?cacheDirectory=true&presets[]=@babel/preset-env`,
loader: babelLoader,
exclude: /node_modules/,
options: {
cacheDirectory: true,
presets: ["@babel/preset-env"],
},
},
],
},
Expand Down

0 comments on commit 4de249e

Please sign in to comment.