Skip to content

Commit b554684

Browse files
committed
chore: better naming
1 parent be63d18 commit b554684

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/database/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { DataSource } from 'typeorm';
22

3+
// @TODO: Use jest mocks instead of this crap
34
const AppDataSource = process.env.JEST_WORKER_ID ? getTestDataSource() : getAppDataSource();
45

56
async function initialiseDataSource(): Promise<void> {

0 commit comments

Comments
 (0)