chore: quality of life improvements (#449)

This commit is contained in:
2022-04-13 22:16:34 +02:00
committed by GitHub
parent e916177569
commit c10817716e
34 changed files with 14038 additions and 11804 deletions

View File

@@ -2,6 +2,5 @@ const path = require('path');
module.exports = {
preset: 'ts-jest',
//testEnvironment: 'node',
testEnvironment: path.join(__dirname, 'tests', 'env-ts.js'),
testEnvironment: path.join(__dirname, 'tests', 'env.js'),
};