mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-03-14 23:10:50 +00:00
* 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',
|
|
};
|