2021-02-01から1ヶ月間の記事一覧
Jest's __dirname is src and NestJS's __dirname is dist. So if you want to use TypeORM's ormconfig for unit tests as well, we need to write a different definition. Jest import {ConnectionOptions} from 'typeorm'; const config: ConnectionOpti…