chore: dependency updates (#448)

This commit is contained in:
2022-04-13 15:44:42 +02:00
committed by GitHub
parent 2cb74c8268
commit e916177569
11 changed files with 1384 additions and 1761 deletions

View File

@@ -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'),
};