Fix yarn text:browser
not loading any test
This commit is contained in:
parent
c28a5c25b9
commit
bbb41a2b5b
@ -10,7 +10,7 @@ config.entry = {
|
|||||||
// Instrumentation for testing with mocha
|
// Instrumentation for testing with mocha
|
||||||
config.module.rules.push({
|
config.module.rules.push({
|
||||||
test: /\.js$/,
|
test: /\.js$/,
|
||||||
include: path.join(__dirname, "test/client"),
|
include: path.join(__dirname, "test/client/js/*"),
|
||||||
use: "mocha-loader",
|
use: "mocha-loader",
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user