DevOpsReminders / DevOpsReminders/api-devopsreminders
`test:all` mocha failures
Abierto
bug
good first issue
- Lenguaje dominante
- TypeScript
- Estrellas
- 0
- Forks
- 0
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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?
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.