Skip to content

Commit

Permalink
Remove autotest-js.sh
Browse files Browse the repository at this point in the history
It is just a proxy to npm run test:jsunit.

Signed-off-by: Louis Chemineau <[email protected]>
  • Loading branch information
artonge committed Apr 4, 2023
1 parent 7fdb239 commit aeebf13
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: npm ci

- name: Test
run: ./autotest-js.sh
run: npm run test:jsunit

handlebars:
runs-on: ubuntu-latest
Expand Down
13 changes: 0 additions & 13 deletions autotest-js.sh

This file was deleted.

1 change: 0 additions & 1 deletion build/files-checker.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
'apps',
'autotest-checkers.sh',
'autotest-external.sh',
'autotest-js.sh',
'autotest.sh',
'babel.config.js',
'build',
Expand Down

0 comments on commit aeebf13

Please sign in to comment.