Fix yarn text:browser not loading any test

This commit is contained in:
Jérémie Astori
2018-04-06 12:52:53 +03:00
committed by Pavel Djundik
parent c28a5c25b9
commit bbb41a2b5b
+1 -1
View File
@@ -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",
});