nestjs-paginate/jest.setup.ts

4 lines
66 B
TypeScript
Raw Normal View History

import * as dotenv from 'dotenv'
dotenv.config({ path: '.env' })