mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 14:44:13 +00:00
Fix yarn text:browser
not loading any test
This commit is contained in:
parent
c28a5c25b9
commit
bbb41a2b5b
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue