@open-wc/testing
Version:
Testing following open-wc recommendations
49 lines (48 loc) • 1.55 kB
JSON
{
"name": "@open-wc/testing",
"version": "1.0.3",
"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"
},
"module": "index.js",
"files": [
"index.js",
"index-no-side-effects.js",
"register-chai-plugins.js"
],
"scripts": {
"test": "karma start --coverage",
"test:watch": "karma start --auto-watch=true --single-run=false",
"test:update-snapshots": "karma start --update-snapshots",
"test:prune-snapshots": "karma start --prune-snapshots",
"test:legacy": "karma start --legacy --coverage",
"test:legacy:watch": "karma start --legacy --auto-watch=true --single-run=false",
"test:bs": "karma start karma.bs.conf.js --legacy --coverage",
"prepublishOnly": "../../scripts/insert-header.js"
},
"dependencies": {
"@bundled-es-modules/chai": "^4.2.0",
"@open-wc/chai-dom-equals": "^0.12.10",
"@open-wc/semantic-dom-diff": "^0.11.10",
"@open-wc/testing-helpers": "^1.0.3",
"@types/chai": "^4.1.7",
"@types/mocha": "^5.0.0",
"mocha": "^5.0.0"
},
"devDependencies": {
"@open-wc/testing-karma": "^2.0.8",
"@open-wc/testing-karma-bs": "^1.1.8",
"@open-wc/testing-wallaby": "^0.1.12",
"webpack-merge": "^4.1.5"
},
"gitHead": "58a8bb2799317548110cf37f440b3b9c88e40ad5"
}