1
0
mirror of https://github.com/fluencelabs/fluence-js.git synced 2025-05-03 13:22:16 +00:00
fluence-js/jest.config.js
Pavel 9aa077eb4b
Update air ()
* Migrate to the new version of air-interpreter package

* Add pipeline with integration tests 

* Fix issues which prevented tests to finish normally
2021-05-12 00:01:44 +03:00

5 lines
93 B
JavaScript

module.exports = {
preset: 'ts-jest',
testEnvironment: './jest-patched-jsdom.js',
};