mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
15 lines
478 B
JSON
15 lines
478 B
JSON
{
|
|
"scripts": {
|
|
"test": "karma start --coverage",
|
|
"test:bs": "karma start karma.bs.conf.js --legacy --coverage",
|
|
"test:legacy": "karma start --legacy --coverage",
|
|
"test:legacy:watch": "karma start --legacy --auto-watch=true --single-run=false",
|
|
"test:watch": "karma start --auto-watch=true --single-run=false"
|
|
},
|
|
"devDependencies": {
|
|
"@open-wc/testing-karma": "^0.3.0",
|
|
"@open-wc/testing-karma-bs": "^0.1.0",
|
|
"webpack-merge": "^4.1.5"
|
|
}
|
|
}
|