@open-wc/testing
Advanced tools
Comparing version 0.2.5 to 0.3.0
@@ -6,2 +6,18 @@ # Change Log | ||
# [0.3.0](https://github.com/open-wc/open-wc/tree/master/packages/testing/compare/@open-wc/testing@0.2.5...@open-wc/testing@0.3.0) (2018-11-05) | ||
### Bug Fixes | ||
* add an npmignore file ([ddceeca](https://github.com/open-wc/open-wc/tree/master/packages/testing/commit/ddceeca)) | ||
### Features | ||
* **testing:** refactor using testing-helpers, chai-dom-equals ([d6ac78c](https://github.com/open-wc/open-wc/tree/master/packages/testing/commit/d6ac78c)) | ||
## [0.2.5](https://github.com/open-wc/open-wc/tree/master/packages/testing/compare/@open-wc/testing@0.2.4...@open-wc/testing@0.2.5) (2018-10-28) | ||
@@ -8,0 +24,0 @@ |
18
index.js
@@ -1,6 +0,14 @@ | ||
export { html } from './lit-html.js'; | ||
export { | ||
blurTrigger, focusTrigger, eventTrigger, isIE, registerUniqueElement, timeoutAsync, | ||
} from './helpers.js'; | ||
export { litHtmlFixture, litHtmlFixtureSync } from './litHtmlFixture.js'; | ||
export { htmlFixture, htmlFixtureSync } from './htmlFixture.js'; | ||
html, | ||
unsafeStatic, | ||
blurTrigger, | ||
focusTrigger, | ||
eventTrigger, | ||
isIE, | ||
registerUniqueElement, | ||
timeoutAsync, | ||
litHtmlFixture, | ||
litHtmlFixtureSync, | ||
htmlFixture, | ||
htmlFixtureSync, | ||
} from '@open-wc/testing-helpers'; |
@@ -26,14 +26,9 @@ const path = require('path'); | ||
files: [ | ||
{ | ||
pattern: '../../node_modules/@webcomponents/webcomponentsjs/custom-elements-es5-adapter.js', | ||
watched: false, | ||
}, | ||
{ | ||
pattern: '../../node_modules/@webcomponents/webcomponentsjs/webcomponents-bundle.js', | ||
watched: false, | ||
}, | ||
'test/index.karma.js', | ||
{ pattern: '../../node_modules/@webcomponents/webcomponentsjs/custom-elements-es5-adapter.js', watched: false }, | ||
{ pattern: '../../node_modules/@webcomponents/webcomponentsjs/webcomponents-bundle.js', watched: false }, | ||
{ pattern: '../../node_modules/chai/chai.js', watched: false }, | ||
'test/index.js', | ||
], | ||
preprocessors: { | ||
'test/index.karma.js': ['webpack', 'sourcemap'], | ||
'test/index.js': ['webpack', 'sourcemap'], | ||
}, | ||
@@ -57,7 +52,7 @@ webpackMiddleware: { | ||
thresholds: { | ||
global: { | ||
statements: 70, | ||
lines: 70, | ||
branches: 70, | ||
functions: 70, | ||
global: { // no real test files here | ||
statements: 0, | ||
lines: 0, | ||
branches: 0, | ||
functions: 0, | ||
}, | ||
@@ -64,0 +59,0 @@ }, |
{ | ||
"name": "@open-wc/testing", | ||
"version": "0.2.5", | ||
"version": "0.3.0", | ||
"description": "Testing following open-wc recommendations", | ||
@@ -17,2 +17,4 @@ "author": "open-wc", | ||
"dependencies": { | ||
"@open-wc/chai-dom-equals": "^0.1.0", | ||
"@open-wc/testing-helpers": "^0.1.1", | ||
"chai": "^4.0.0", | ||
@@ -24,7 +26,7 @@ "lit-html": "^0.12.0", | ||
"devDependencies": { | ||
"@open-wc/testing-karma": "^0.1.3", | ||
"@open-wc/testing-karma-bs": "^0.0.3", | ||
"@open-wc/testing-wallaby": "^0.1.3", | ||
"@webcomponents/webcomponentsjs": "^2.0.0" | ||
}, | ||
"gitHead": "911f9f757b7c73fc5434e559e6909a998535fc89" | ||
"gitHead": "30eb9dced5a4e1358c45c5a71381fb4b5c8bfd5b" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
179613
1
6
11
116
1
+ Added@bundled-es-modules/deep-diff@1.0.2-rc.1(transitive)
+ Added@bundled-es-modules/parse5@5.1.1(transitive)
+ Added@open-wc/chai-dom-equals@0.1.1(transitive)
+ Added@open-wc/semantic-dom-diff@0.1.2(transitive)
+ Added@open-wc/testing-helpers@0.1.2(transitive)