Skip to content
Snippets Groups Projects
Commit bd96b0f5 authored by Brady James Garvin's avatar Brady James Garvin
Browse files

Updated dependencies.

parent a8637f7f
No related branches found
No related tags found
No related merge requests found
Subproject commit 24df42fb655d234b83c93b0fb24d012e4d9ecb58 Subproject commit a85278e2bd62f637800bc32fa6b372bc2855546e
This diff is collapsed.
...@@ -12,10 +12,7 @@ ...@@ -12,10 +12,7 @@
"lint": "run-s --continue-on-error lint:**", "lint": "run-s --continue-on-error lint:**",
"test-once:app": "cd tests-only && npm run test-once", "test-once:app": "cd tests-only && npm run test-once",
"test-once": "run-s --continue-on-error test-once:**", "test-once": "run-s --continue-on-error test-once:**",
"test": "run-s test-once", "test": "run-s test-once"
"start": "cd tests-only && npm run start",
"build:app": "cd tests-only && npm run build",
"build": "run-s build:**"
}, },
"devDependencies": { "devDependencies": {
"ghooks": "^2.0.4", "ghooks": "^2.0.4",
......
This diff is collapsed.
...@@ -16,9 +16,9 @@ ...@@ -16,9 +16,9 @@
}, },
"devDependencies": { "devDependencies": {
"@unlsoft/eslint-config": "file:../eslint-config", "@unlsoft/eslint-config": "file:../eslint-config",
"eslint": "^7.30.0", "eslint": "^8.20.0",
"jest": "^27.0.6", "jest": "^28.1.3",
"jest-environment-node": "^27.0.6" "jest-environment-node": "^28.1.3"
}, },
"eslintConfig": { "eslintConfig": {
"extends": "@unlsoft" "extends": "@unlsoft"
...@@ -26,7 +26,8 @@ ...@@ -26,7 +26,8 @@
"jest": { "jest": {
"clearMocks": true, "clearMocks": true,
"collectCoverageFrom": [ "collectCoverageFrom": [
"src/**/*.js" "src/**/*.js",
"!src/testing/**/*.js"
], ],
"resetMocks": false, "resetMocks": false,
"restoreMocks": false, "restoreMocks": false,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment