diff --git a/webpack.config-browser.js b/webpack.config-browser.js index c0706fe5..8d4d0833 100644 --- a/webpack.config-browser.js +++ b/webpack.config-browser.js @@ -10,7 +10,7 @@ config.entry = { // Instrumentation for testing with mocha config.module.rules.push({ test: /\.js$/, - include: path.join(__dirname, "test/client"), + include: path.join(__dirname, "test/client/js/*"), use: "mocha-loader", });