Switching from AVM interpreter to AVM runner with background execution (#111)

This commit is contained in:
Pavel
2021-12-28 20:53:25 +03:00
committed by GitHub
parent 4aefddecaa
commit 9d0c7b2bb8
22 changed files with 442 additions and 206 deletions

View File

@@ -1,4 +1,4 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: './jest-patched-jsdom.js',
testEnvironment: 'node',
};