mirror of
https://github.com/logos-messaging/js-noise.git
synced 2026-01-02 13:43:08 +00:00
use browserify to fix test issue
This commit is contained in:
parent
e2e4d00d0f
commit
0373572fcf
@ -10,9 +10,9 @@ const output = {
|
||||
|
||||
module.exports = function (config) {
|
||||
config.set({
|
||||
frameworks: ["webpack", "mocha"],
|
||||
frameworks: ["webpack", "mocha", "browserify"],
|
||||
preprocessors: {
|
||||
"**/*.ts": ["webpack"],
|
||||
"**/*.ts": ["webpack", "browserify"],
|
||||
},
|
||||
|
||||
files: [
|
||||
|
||||
1438
package-lock.json
generated
1438
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -61,6 +61,7 @@
|
||||
"@typescript-eslint/parser": "^5.8.1",
|
||||
"@waku/interfaces": "^0.0.7",
|
||||
"app-root-path": "^3.0.0",
|
||||
"browserify": "^17.0.0",
|
||||
"chai": "^4.3.4",
|
||||
"cspell": "^5.14.0",
|
||||
"eslint": "^8.6.0",
|
||||
@ -76,6 +77,7 @@
|
||||
"jsdom": "^19.0.0",
|
||||
"jsdom-global": "^3.0.2",
|
||||
"karma": "^6.3.12",
|
||||
"karma-browserify": "^8.1.0",
|
||||
"karma-chrome-launcher": "^3.1.0",
|
||||
"karma-mocha": "^2.0.1",
|
||||
"karma-webpack": "^5.0.0",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user