mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2024-12-05 02:10:18 +00:00
9aa077eb4b
* Migrate to the new version of air-interpreter package * Add pipeline with integration tests * Fix issues which prevented tests to finish normally
5 lines
93 B
JavaScript
5 lines
93 B
JavaScript
module.exports = {
|
|
preset: 'ts-jest',
|
|
testEnvironment: './jest-patched-jsdom.js',
|
|
};
|