mirror of
https://github.com/morten-olsen/parcel.git
synced 2026-02-08 01:36:24 +01:00
feat: Add E2E tests (#4)
This commit is contained in:
4
tests/env.js
Normal file
4
tests/env.js
Normal file
@@ -0,0 +1,4 @@
|
||||
require('ts-node/register');
|
||||
const Env = require('./env-ts');
|
||||
|
||||
module.exports = Env;
|
||||
Reference in New Issue
Block a user