Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 860 Bytes

README.md

File metadata and controls

38 lines (21 loc) · 860 Bytes

javascript

Basic functions for JavaScript/NodeJS

TEST

unit test with jest

Jest is a JavaScript test runner, that is, a JavaScript library for creating, running, and structuring tests.

Jest ships as an NPM package, you can install it in any JavaScript project. Jest is one of the most popular test runner these days, and the default choice for React projects.

Why unittest?

the reason why wy are testing is to give more quality of our sourcecode

We are doing it for our customers, that they can be sure that the code ist tested.

START

npm install

npm test

Changelog

npmjs


https://github.com/apifunc/js.git