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.16 to 2.5.17

8

CHANGELOG.md

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

## [2.5.17](https://github.com/open-wc/open-wc/compare/@open-wc/testing@2.5.16...@open-wc/testing@2.5.17) (2020-05-25)
**Note:** Version bump only for package @open-wc/testing
## [2.5.16](https://github.com/open-wc/open-wc/compare/@open-wc/testing@2.5.15...@open-wc/testing@2.5.16) (2020-05-01)

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

6

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

@@ -38,3 +38,3 @@ "access": "public"

"chai": "^4.2.0",
"chai-a11y-axe": "^1.2.3",
"chai-a11y-axe": "^1.3.0",
"chai-dom": "^1.8.1",

@@ -44,3 +44,3 @@ "mocha": "^6.2.2",

},
"gitHead": "9a3dddae8d72e5c439876fe37654d58b9577038e"
"gitHead": "2bc5e4c802ade11385ae23b3dc28b977f25e7e9e"
}

@@ -0,1 +1,9 @@

---
permalink: 'testing/testing.html'
title: Testing
section: guides
tags:
- guides
---
# Testing

@@ -56,3 +64,3 @@

[@open-wc/chai-a11y-axe](hhttps://www.npmjs.com/package/chai-a11y-axe) for a11y testing:
[@open-wc/chai-a11y-axe](https://www.npmjs.com/package/chai-a11y-axe) for a11y testing:

@@ -82,13 +90,1 @@ ```javascript

```
<script>
export default {
mounted() {
const editLink = document.querySelector('.edit-link a');
if (editLink) {
const url = editLink.href;
editLink.href = url.substr(0, url.indexOf('/master/')) + '/master/packages/testing/README.md';
}
}
}
</script>
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