mirror of
https://github.com/morten-olsen/parcel.git
synced 2026-02-08 01:36:24 +01:00
chore: dependency updates (#448)
This commit is contained in:
@@ -2,6 +2,6 @@ const path = require('path');
|
||||
|
||||
module.exports = {
|
||||
preset: 'ts-jest',
|
||||
testEnvironment: 'node',
|
||||
testEnvironment: path.join(__dirname, 'tests', 'env.js'),
|
||||
//testEnvironment: 'node',
|
||||
testEnvironment: path.join(__dirname, 'tests', 'env-ts.js'),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user