We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 730b0df commit 7731a4eCopy full SHA for 7731a4e
services/question/tests/events/consumer.spec.ts
@@ -1,5 +1,5 @@
1
import dotenv from 'dotenv';
2
-dotenv.config({ path: '.env.test' });
+dotenv.config({ path: '../../.env.sample' });
3
import { expect } from 'chai';
4
import sinon, { SinonStub } from 'sinon';
5
import { Question } from '../../src/models/questionModel';
0 commit comments