This website requires JavaScript.
Explore
Help
Sign In
fluencelabs
/
fluence-js
Watch
1
Star
0
Fork
0
You've already forked fluence-js
mirror of
https://github.com/fluencelabs/fluence-js.git
synced
2025-03-15 15:30:49 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
fluence-js
/
jest.config.js
5 lines
93 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Improve tests (#18) Replaced mocha with jest. Test are split into unit and integration categories. Dropped ESM dependency. Code is now being compiled into CJS
2021-02-14 00:35:02 +03:00
module
.
exports
=
{
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
preset
:
'ts-jest'
,
testEnvironment
:
'./jest-patched-jsdom.js'
,
}
;
Reference in New Issue
Copy Permalink