Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@open-wc/testing

Package Overview
Dependencies
Maintainers
1
Versions
193
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@open-wc/testing - npm Package Compare versions

Comparing version 0.2.5 to 0.3.0

bdd-setup.js

16

CHANGELOG.md

@@ -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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc