fix: testen repos slagen opnieuw
This commit is contained in:
parent
4aa800cf40
commit
99b77ffb5a
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ import { makeTestAnswers } from './test_assets/questions/answers.testdata.js';
|
||||||
import { makeTestSubmissions } from './test_assets/assignments/submission.testdata.js';
|
import { makeTestSubmissions } from './test_assets/assignments/submission.testdata.js';
|
||||||
|
|
||||||
export async function setupTestApp() {
|
export async function setupTestApp() {
|
||||||
dotenv.config({ path: '.env.test' });
|
dotenv.config({ path: '.env.test.example' });
|
||||||
await initORM(true);
|
await initORM(true);
|
||||||
|
|
||||||
const em = forkEntityManager();
|
const em = forkEntityManager();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue