mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-07-24 11:51:56 +00:00
Switching from AVM interpreter to AVM runner with background execution (#111)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
module.exports = {
|
||||
preset: 'ts-jest',
|
||||
testEnvironment: './jest-patched-jsdom.js',
|
||||
testEnvironment: 'node',
|
||||
};
|
||||
|
Reference in New Issue
Block a user