Skip to content

Commit

Permalink
update karma packages
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Apr 5, 2024
1 parent 1dcb957 commit 8251593
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 93 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
# avoid file watch limit error
- run: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
- run: npm list || true
- name: test
run: npm run test
- run: npm run test
- run: npm run lint
93 changes: 16 additions & 77 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 8 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@
"fix": "eslint client --ext=jsx --ext=js --ext=tsx --ext=ts --ext=spec --fix",
"hint": "eslint client --ext=jsx --ext=js --ext=tsx --ext=ts --ext=spec",
"lint": "eslint client --ext=jsx --ext=js --ext=tsx --ext=ts --ext=spec --quiet",
"unit_test": "node --max-old-space-size=8192 ./node_modules/.bin/karma start karma.conf.js --log-level debug --display-error-details --single-run",
"karma": "node --max-old-space-size=8192 ./node_modules/.bin/karma start karma.conf.js",
"test": "npm run hint && npm run unit_test",
"debug_unit_test": "karma start karma.conf.js --browsers=Chrome"
"test": "karma start karma.conf.js --display-error-details --single-run",
"karma": "karma start karma.conf.js",
"debug_unit_test": "karma start karma.conf.js --browsers=Chrome --log-level debug"
},
"author": "Edouard Richard",
"dependencies": {
Expand All @@ -38,7 +37,6 @@
"whatwg-fetch": "~2.0.4"
},
"devDependencies": {
"@types/jasmine": "^3.10.18",
"@types/lodash": "4.14.117",
"@types/react": "16.8.23",
"@types/react-dom": "16.8.0",
Expand All @@ -50,15 +48,11 @@
"enzyme-adapter-react-16": "^1.15.8",
"eslint": "6.6.0",
"eslint-plugin-react": "7.16.0",
"jasmine": "^2.99.0",
"jasmine-reporters": "^2.5.2",
"karma": "^6.3.16",
"karma-chrome-launcher": "2.2.0",
"karma-cli": "^1.0.1",
"karma-jasmine": "^1.1.1",
"karma-junit-reporter": "^1.1.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-verbose-reporter": "0.0.6",
"karma": "^6.4.2",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^2.0.0",
"karma-jasmine": "^2.0.0",
"karma-sourcemap-loader": "^0.3.8",
"karma-webpack": "^2.0.13",
"react-test-renderer": "16.2.0",
"simulant": "^0.2.2",
Expand Down

0 comments on commit 8251593

Please sign in to comment.