Installation
It's possible to install Flow Javacript Testing Framework manually and automatically, using generator.
Automatic Installation (via npx)
Create new folder and move into it:
Install @onflow/flow-js-testing
Generate complete setup via init
call:
Create new test suit via make
call, specifying the name of the suit:
Manual Installation
If, for some reason, you would want to do this manually here's what you need to do.
Create new folder and move into it:
Initiate a project in that folder with:
Then install all necessary packages by running following command:
If your project is JavaScript based, then run the above command from the folder that contains your project's package.json
file.
Jest Config
You'll need to configure Jest in order for tests to work properly.
Add jest.config.json
file next to package.json
and populate it with:
Babel Config
Similarly, create babel.config.json
then copy and paste the following configuration: