Skip to content

Commit

Permalink
update disable test for ng-previous because not running on node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
mhenkens committed Nov 23, 2023
1 parent 701d795 commit 8678a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"test:demo:ng-previous": "cd demo-app/ng12 && npm run test",
"test:demo:ng-latest": "cd demo-app/ng13 && npm run test",
"test:ci": "ng test --karma-config karma.conf.ci.js",
"test:ci:all": "npm run test:ci && npm run test:ci:demo:ng-previous && npm run test:ci:demo:ng-latest",
"test:ci:all": "npm run test:ci && npm run test:ci:demo:ng-latest",
"test:ci:demo:ng-previous": "cd demo-app/ng12 && npm run test:ci && cd ../..",
"test:ci:demo:ng-latest": "cd demo-app/ng13 && npm run test:ci && cd ../..",
"test:ci:coveralls": "cat ./reports/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
Expand Down

0 comments on commit 8678a32

Please sign in to comment.