Skip to content

Commit

Permalink
Update ava command, remove unused test helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
vgeorge committed Nov 30, 2022
1 parent 6489020 commit ee3e51b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 116 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"migrate": "knex migrate:latest",
"migrate:test": "NODE_ENV=test knex migrate:latest",
"test": "NODE_ENV=test start-server-and-test dev http://127.0.0.1:3000/api test:ava",
"test:ava": "NODE_ENV=test nyc ava ./tests/**/*.test.js -c 1 --serial --verbose",
"test:ava": "NODE_ENV=test ava **/tests/**/*.test.js -c 1 --serial --verbose",
"lint": "next lint",
"build": "next build",
"start": "NODE_ENV=production node app/index.js",
Expand Down
48 changes: 0 additions & 48 deletions tests/permissions/clients.js

This file was deleted.

67 changes: 0 additions & 67 deletions tests/permissions/initialization.js

This file was deleted.

0 comments on commit ee3e51b

Please sign in to comment.