Skip to content

Commit

Permalink
with all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
EliMoshkovich committed Mar 31, 2024
1 parent 7395533 commit 2f0982e
Show file tree
Hide file tree
Showing 3 changed files with 855 additions and 855 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"fix:lint": "eslint src --ext .ts --fix",
"test": "run-s test:*",
"test:integration": "run-s build && ava --verbose src/**/endpoints/**",
// "test:e2e": "run-s build && ava --verbose src/**/e2e/**",
"test:e2e": "run-s build && ava --verbose src/**/e2e/**",
"test:e2e:rbac": "run-s build && ava --verbose src/**/e2e/rbac.e2e.spec.ts",
"test:e2e:rebac": "run-s build && ava --verbose src/**/e2e/rebac.e2e.spec.ts",
"check-cli": "run-s test diff-integration-tests check-integration-tests",
Expand Down
Loading

0 comments on commit 2f0982e

Please sign in to comment.