mirror of
https://github.com/zen-browser/rices.git
synced 2025-07-08 01:10:12 +02:00
5 lines
151 B
TypeScript
5 lines
151 B
TypeScript
// test/setup.ts
|
|
import * as dotenv from 'dotenv';
|
|
import * as path from 'path';
|
|
|
|
dotenv.config({ path: path.resolve(__dirname, '.env.test.local') });
|