mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-05 23:33:08 +00:00
Merge pull request #356 from status-im/karma-timeout
This commit is contained in:
commit
2ec678c054
@ -15,6 +15,11 @@ module.exports = function (config) {
|
|||||||
reporters: ['progress', 'karma-typescript'],
|
reporters: ['progress', 'karma-typescript'],
|
||||||
browsers: ['ChromeHeadless'],
|
browsers: ['ChromeHeadless'],
|
||||||
singleRun: true,
|
singleRun: true,
|
||||||
|
client: {
|
||||||
|
mocha: {
|
||||||
|
timeout: 6000, // Default is 2s
|
||||||
|
},
|
||||||
|
},
|
||||||
karmaTypescriptConfig: {
|
karmaTypescriptConfig: {
|
||||||
bundlerOptions: {
|
bundlerOptions: {
|
||||||
entrypoints: /^.*[^(node)]\.spec\.ts$/,
|
entrypoints: /^.*[^(node)]\.spec\.ts$/,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user