DevOpsReminders / DevOpsReminders/api-devopsreminders
`test:all` mocha failures
Đang mở
bug
good first issue
- Ngôn ngữ chính
- TypeScript
- Star
- 0
- Fork
- 0
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
running `yarn test:unit` or `yarn test:e2e` work fine but running `yarn test` throws errors:
```sh
1) log in
"before all" hook in "log in":
QueryFailedError: SQLITE_ERROR: table "users" already exists
at handler (node_modules/typeorm/src/driver/sqlite/SqliteQueryRunner.ts:113:26)
at replacement (node_modules/sqlite3/lib/trace.js:25:27)
at Statement.errBack (node_modules/sqlite3/lib/sqlite3.js:15:21)
```
It seems we are missing an `after` hook or maybe the typeormHelper has bugs?
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.