This repository was archived by the owner on Nov 5, 2024. It is now read-only.
Version 0.1.9
⭐ Features
Updated Main Path
Using microbundle package to import paths from flow-js-testing instead offlow-js-testing/dist.
⭐ This makes module import easier and more clean.
Promised Emulator
it's possible to start and stop emulator instance programmatically.
⭐ This will allow you to run your test suites in parallel.
Init Port
init method now supports port argument to sync with emulator instance
Jest Assertion
Jest assertion methods - shallPass, shallRevert and shallResolve added
Local Imports
Local imports inside Cadence template files are now supported and will be properly replaced.
🎉 Improvements
- Updated documentation for all available methods
- Examples for basic usage and passing metadata as argument