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

@open-wc/testing-helpers

Package Overview
Dependencies
Maintainers
2
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@open-wc/testing-helpers - npm Package Compare versions

Comparing version 0.7.19 to 0.7.20

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [0.7.20](https://github.com/open-wc/open-wc/compare/@open-wc/testing-helpers@0.7.19...@open-wc/testing-helpers@0.7.20) (2019-03-04)
### Bug Fixes
* **testing-helpers:** correct usage of oneEvent in readme ([a16969a](https://github.com/open-wc/open-wc/commit/a16969a))
## [0.7.19](https://github.com/open-wc/open-wc/compare/@open-wc/testing-helpers@0.7.18...@open-wc/testing-helpers@0.7.19) (2019-03-03)

@@ -8,0 +19,0 @@

4

package.json
{
"name": "@open-wc/testing-helpers",
"version": "0.7.19",
"version": "0.7.20",
"description": "Testing Helpers following open-wc recommendations",

@@ -36,3 +36,3 @@ "author": "open-wc",

},
"gitHead": "82967a79f5debe0d9fe213426d8ade626461fe27"
"gitHead": "23d856475d68a84ed8ba6a14827d2009ece2187d"
}

@@ -129,3 +129,3 @@ # Testing Helpers

setTimeout(() => el.fireDone());
await oneEvent('done');
await oneEvent(el, 'done');
expect(el.done).to.be.true;

@@ -132,0 +132,0 @@ });

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