This website requires JavaScript.
Explore
Help
Sign In
fluencelabs
/
aqua-playground
Watch
1
Star
0
Fork
0
You've already forked aqua-playground
mirror of
https://github.com/fluencelabs/aqua-playground
synced
2025-03-15 19:11:00 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
aqua-playground
/
jest.config.js
5 lines
74 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Using jest to test examples (#14)
2021-10-07 13:55:10 +03:00
module
.
exports
=
{
preset
:
'ts-jest'
,
run tests in node
2021-12-30 13:02:56 +03:00
testEnvironment
:
'node'
,
Using jest to test examples (#14)
2021-10-07 13:55:10 +03:00
}
;
Reference in New Issue
Copy Permalink