Skip to content

Commit

Permalink
Axe storyshots: move to original @wordpress/jest-puppeteer-axe… (#9337)
Browse files Browse the repository at this point in the history
Axe storyshots: move to original @wordpress/jest-puppeteer-axe package
  • Loading branch information
shilman committed Jan 7, 2020
2 parents 5f8e0fe + 2d3a86d commit e68bc9f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion addons/storyshots/storyshots-puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"prepare": "node ../../../scripts/prepare.js"
},
"dependencies": {
"@hypnosphi/jest-puppeteer-axe": "^1.4.0",
"@storybook/csf": "0.0.1",
"@storybook/node-logger": "5.3.0-rc.10",
"@types/jest-image-snapshot": "^2.8.0",
"@wordpress/jest-puppeteer-axe": "^1.5.0",
"core-js": "^3.0.1",
"jest-image-snapshot": "^2.8.2",
"regenerator-runtime": "^0.13.3"
Expand Down
2 changes: 1 addition & 1 deletion addons/storyshots/storyshots-puppeteer/src/axeTest.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import '@hypnosphi/jest-puppeteer-axe';
import '@wordpress/jest-puppeteer-axe';
import { defaultCommonConfig, CommonConfig } from './config';
import { puppeteerTest } from './puppeteerTest';

Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2400,14 +2400,6 @@
dependencies:
"@hapi/hoek" "^8.3.0"

"@hypnosphi/jest-puppeteer-axe@^1.4.0":
version "1.4.0"
resolved "https://registry.yarnpkg.com/@hypnosphi/jest-puppeteer-axe/-/jest-puppeteer-axe-1.4.0.tgz#aa7a348934178fcb41defb688ebd493970e3d660"
integrity sha512-sQ1BpqNE9C2d0afEtm3LLQWfQjITuxHXaLF79sGDUGa7/DPnfn2qgzcQOtL9uPu7KnZOz95dmsUgoHXkyQbrmQ==
dependencies:
"@babel/runtime" "^7.4.4"
axe-puppeteer "^1.0.0"

"@hypnosphi/jscodeshift@^0.6.4":
version "0.6.4"
resolved "https://registry.yarnpkg.com/@hypnosphi/jscodeshift/-/jscodeshift-0.6.4.tgz#49a3be6ac515af831f8a3e630380e3511c8c0fb7"
Expand Down Expand Up @@ -4723,6 +4715,14 @@
text-table "^0.2.0"
webpack-log "^1.1.2"

"@wordpress/jest-puppeteer-axe@^1.5.0":
version "1.5.0"
resolved "https://registry.yarnpkg.com/@wordpress/jest-puppeteer-axe/-/jest-puppeteer-axe-1.5.0.tgz#b1a5eb15f38afa691b9f252040666c18363717f7"
integrity sha512-qRTKIdlp+15P+0qqb9FnWmDlS3owlGPE4VcZqVUwiaJAL9pOOqd7uLFca+86SiWJm0VVHGKP+6q7yjfarPG8Og==
dependencies:
"@babel/runtime" "^7.4.4"
axe-puppeteer "^1.0.0"

"@wry/equality@^0.1.2":
version "0.1.9"
resolved "https://registry.yarnpkg.com/@wry/equality/-/equality-0.1.9.tgz#b13e18b7a8053c6858aa6c85b54911fb31e3a909"
Expand Down

1 comment on commit e68bc9f

@vercel
Copy link

@vercel vercel bot commented on e68bc9f Jan 7, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.