Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fjs-testing-fork

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fjs-testing-fork

This package will expose a set of utility methods, to allow Cadence code testing with libraries like Jest

  • 0.4.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source
Logo

Test your Flow applications written in Cadence with ease
Read the docs

Report Bug · Contribute · Installation

JavaScript Testing Framework for Flow Network

This repository contains utility methods which, in conjunction with testing libraries like Jest, can be used to speed up your productivity while building Flow dapps with Cadence.

Requirements

Node

We are assuming you are using this framework under Node environment. You will need at least version 12.0.0

Emulator

Most of the methods will not work, unless you have Flow Emulator running in the background. You can install it alongside Flow CLI. Please refer to Install Flow CLI for instructions.

If you have it already installed, run the flow init in your terminal to create flow.json config file in the root directory of your tests.

In order to use the emulator within your tests, please refer to the documentation.

Playground Integration

Every Playground project has the ability to export it's content as a set of files with Cadence template code and basic test environment "out of the box".

If you want to use this functionality:

  • Press "Export" button in the top right corner
  • Pick the name of the project - or keep auto-generated version
  • Press "Export" button within popup window

Playground will create a zip file for you, which you can save wherever you like.

Keywords

FAQs

Package last updated on 10 May 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc