mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-04-20 22:05:35 -04:00
style: run tests via npm script insread of custom command
I.e. not call mocha directly but let the script defined in package.json do it's job.
This commit is contained in:
@@ -116,6 +116,6 @@ jobs:
|
||||
working-directory: js
|
||||
|
||||
- name: Run unit tests
|
||||
run: mocha
|
||||
run: npm test
|
||||
working-directory: js
|
||||
|
||||
|
||||
Reference in New Issue
Block a user