refactor: asset e2e (#7769)

This commit is contained in:
Jason Rasmussen
2024-03-09 12:51:58 -05:00
committed by GitHub
parent 8eb9dad989
commit 30b0b2474e
18 changed files with 852 additions and 1617 deletions
-1
View File
@@ -23,7 +23,6 @@
"test:cov": "jest --coverage",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"e2e:jobs": "jest --config e2e/jobs/jest-e2e.json --runInBand",
"e2e:api": "jest --config e2e/api/jest-e2e.json --runInBand",
"typeorm": "typeorm",
"typeorm:migrations:create": "typeorm migration:create",
"typeorm:migrations:generate": "typeorm migration:generate -d ./dist/infra/database.config.js",