Socket
Socket
Sign inDemoInstall

@open-wc/testing

Package Overview
Dependencies
Maintainers
2
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 2.5.11 to 2.5.12

8

CHANGELOG.md

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

## [2.5.12](https://github.com/open-wc/open-wc/compare/@open-wc/testing@2.5.11...@open-wc/testing@2.5.12) (2020-04-20)
**Note:** Version bump only for package @open-wc/testing
## [2.5.11](https://github.com/open-wc/open-wc/compare/@open-wc/testing@2.5.10...@open-wc/testing@2.5.11) (2020-04-12)

@@ -8,0 +16,0 @@

9

package.json
{
"name": "@open-wc/testing",
"version": "2.5.11",
"version": "2.5.12",
"publishConfig": {

@@ -16,2 +16,3 @@ "access": "public"

"homepage": "https://github.com/open-wc/open-wc/tree/master/packages/testing",
"module": "index.js",
"scripts": {

@@ -31,4 +32,4 @@ "prepublishOnly": "../../scripts/insert-header.js"

"@open-wc/chai-dom-equals": "^0.12.36",
"@open-wc/semantic-dom-diff": "^0.17.7",
"@open-wc/testing-helpers": "^1.7.1",
"@open-wc/semantic-dom-diff": "^0.17.8",
"@open-wc/testing-helpers": "^1.7.2",
"@types/chai": "^4.1.7",

@@ -44,3 +45,3 @@ "@types/chai-dom": "^0.0.9",

},
"module": "index.js"
"gitHead": "b77a9f4b56caad5026d2c8b4059aecc521ccaf0f"
}

@@ -24,5 +24,3 @@ # Testing

it('works', async () => {
const el = await fixture(html`
<my-element></my-element>
`);
const el = await fixture(html` <my-element></my-element> `);
});

@@ -66,5 +64,3 @@ });

it('works', async () => {
const el = await fixture(html`
<my-element></my-element>
`);
const el = await fixture(html` <my-element></my-element> `);
await expect(el).to.be.accessible();

@@ -71,0 +67,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