mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
- @open-wc/chai-dom-equals@0.9.26 - @open-wc/testing-helpers@0.7.25 - @open-wc/testing@0.9.28
39 lines
1.2 KiB
JSON
39 lines
1.2 KiB
JSON
{
|
|
"name": "@open-wc/testing",
|
|
"version": "0.9.28",
|
|
"description": "Testing following open-wc recommendations",
|
|
"author": "open-wc",
|
|
"homepage": "https://github.com/open-wc/open-wc/",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/open-wc/open-wc.git",
|
|
"directory": "packages/testing"
|
|
},
|
|
"scripts": {
|
|
"test": "karma start",
|
|
"test:watch": "karma start --auto-watch=true --single-run=false",
|
|
"test:demo": "karma start demo/karma.conf.js",
|
|
"test:es5": "karma start karma.es5.config.js",
|
|
"test:es5:watch": "karma start karma.es5.config.js --auto-watch=true --single-run=false",
|
|
"test:es5:bs": "karma start karma.es5.bs.config.js",
|
|
"prepublishOnly": "../../scripts/insert-header.js"
|
|
},
|
|
"dependencies": {
|
|
"@bundled-es-modules/chai": "^4.2.0",
|
|
"@open-wc/chai-dom-equals": "^0.9.26",
|
|
"@open-wc/testing-helpers": "^0.7.25",
|
|
"@types/chai": "^4.1.7",
|
|
"mocha": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@open-wc/testing-karma": "^0.4.14",
|
|
"@open-wc/testing-karma-bs": "^0.2.15",
|
|
"@open-wc/testing-wallaby": "^0.1.11",
|
|
"webpack-merge": "^4.1.5"
|
|
}
|
|
}
|