Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.08 KB

File metadata and controls

37 lines (25 loc) · 1.08 KB

api-testing-playground

A playground project template for training purposes.

Installation

yarn install

Requirements

Node.js LTS

Usage

Running the tests

yarn test

eslint fix

yarn lint

Toolset

Type Documentation
Assertions Library Chai
Execution framework Mocha
Linting eslint
Promise based HTTP client for the browser and node.js axios
Reporter mochawesome