1.0.3 • Published 3 years ago

mousinho-testlibrary-mse-2103 v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

mousinho-testlibrary-mse-2103

A custom JavaScript test library built during the Digital Futures MSE course 2021

How to install

In the command line, navigate to your project directory and type:

npm install mousinho-testlibrary-mse-2103

How to use test functions

To access the built in functions require them within your spec.js file:

const test = require('mousinho-testlibrary-mse-2103/src/library')

Now you can use the built in functions from the packages library.js file. These functions have been modelled from the jasmine node package.

The functions are:

  • describe()
  • it()
  • expect()
  • assertEquals()
1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago