Skip to content

Commit

Permalink
fix: add dotenv
Browse files Browse the repository at this point in the history
  • Loading branch information
eddort committed Sep 22, 2023
1 parent c840076 commit 2cd9296
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/simple-dvt-deploy.e2e-chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { MikroORM } from '@mikro-orm/core';
import { Test, TestingModule } from '@nestjs/testing';

import { createSDK, chronix } from 'chronix';
import * as dotenv from 'dotenv';

import { RegistryKeyStorageService } from '../common/registry';
import { ElMetaStorageService } from '../storage/el-meta.storage';
Expand All @@ -14,6 +15,7 @@ import { PrometheusService } from '../common/prometheus';
import { StakingRouterService } from '../staking-router-modules/staking-router.service';
import { AppModule } from './app-testing.module';

dotenv.config();
jest.setTimeout(100_000);

describe('Simple DVT deploy', () => {
Expand Down

0 comments on commit 2cd9296

Please sign in to comment.