Skip to content

Commit 8d24044

Browse files
committed
Updated backstop tests
1 parent cb4fef1 commit 8d24044

File tree

111 files changed

+356
-103
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+356
-103
lines changed

package-lock.json

+354-100
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"lint:js:fix": "eslint --fix -c ./tests/linters/.eslintrc.js packages/components/**/*.js",
1313
"lint:css": "stylelint -f verbose --config ./tests/linters/.stylelintrc.js 'packages/**/*.scss'",
1414
"lint:html": "htmlhint --config ./tests/linters/.htmlhintrc ./dist/app/components/**/*.html",
15+
"backstop:interactive": "backstop remote --config ./tests/backstop/backstop.js",
1516
"backstop:ref": "concurrently \"npm start\" \"wait-on http://localhost:3000 && backstop --config=./tests/backstop/backstop.js reference --docker\"",
1617
"backstop:test": "concurrently \"npm start\" \"wait-on http://localhost:3000 && backstop --config=./tests/backstop/backstop.js test --docker\"",
1718
"backstop:ci": "start-server-and-test start http://0.0.0.0:3000 backstop:citest",
@@ -43,6 +44,7 @@
4344
"htmlhint": "^1.1.4",
4445
"husky": "^8.0.1",
4546
"jest": "^28.1.3",
47+
"jest-environment-jsdom": "^28.1.3",
4648
"minimist": "^1.2.6",
4749
"nunjucks": "^3.2.3",
4850
"sass": "^1.53.0",
@@ -79,8 +81,5 @@
7981
"license": "MIT",
8082
"volta": {
8183
"node": "16.16.0"
82-
},
83-
"dependencies": {
84-
"jest-environment-jsdom": "^28.1.3"
8584
}
8685
}

0 commit comments

Comments
 (0)