fluence-js/jest.config.js
Pavel 9aa077eb4b
Update air (#47)
* 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',
};