Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Version 0.1.9

Compare
Choose a tag to compare
@MaxStalker MaxStalker released this 22 May 14:50
· 121 commits to master since this release
672807c

⭐ 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