This website requires JavaScript.
Explore
Help
Sign In
waku-org
/
js-waku
mirror of
https://github.com/waku-org/js-waku.git
Watch
1
Star
0
Fork
You've already forked js-waku
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9744417d69
js-waku
/
packages
/
enr
/
karma.conf.cjs
4 lines
74 B
JavaScript
Raw
Normal View
History
Unescape
Escape
feat: add Firefox and Webkit to karma (#1598) * add Firefox and Webkit to karma testing * try adding install to CI * add display var * try container prop * try FirefoxHeadless * set env var differently * apply for all configs * use root karma config * fix relative link in karma config * add log * return as before * fix path pattern * move karma to the root * try moving tsconfig * return ts config * use container for playwright * add FF for firefox and chrome * use command for playwright * add retries * remove retries
2023-09-22 15:48:07 +00:00
const
config
=
require
(
"../../karma.conf.cjs"
)
;
tests: fix karma
2022-11-02 11:25:47 +00:00
feat: add Firefox and Webkit to karma (#1598) * add Firefox and Webkit to karma testing * try adding install to CI * add display var * try container prop * try FirefoxHeadless * set env var differently * apply for all configs * use root karma config * fix relative link in karma config * add log * return as before * fix path pattern * move karma to the root * try moving tsconfig * return ts config * use container for playwright * add FF for firefox and chrome * use command for playwright * add retries * remove retries
2023-09-22 15:48:07 +00:00
module
.
exports
=
config
;