A small suite of testing tools for @valkyr packages.


Keywords
testing
License
MIT
Install
npm install @valkyr/testing@0.14.1

Documentation

Valkyr

Valkyr SDK. A collection of TypeScript + JavaScript tools and libraries to build full stack software applications.

Pre-Requisites

This project uses PNPM to manage dependencies.

$ npm i -g pnpm

Setup

Install and build dependencies across all project folders:

$ pnpm install

Testing

We use jest for testing, just run the following command from root:

$ pnpm test