1.0.2 • Published 8 months ago

@erikbrandon-fs/test v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

About This Package

This package contains a collection of seven JEST tests for a backend signup API project in the Programming for Web Applications class at Full Sail University.

Installation via NPM

npm install @erikbrandon-fs/test

Usage

// Step 1 - Create an index.test.js in the same folder as your index.js containing the line below.
const userTests = require('@erikbrandon-fs/test/jest/user.test.js')

// Step 2 - Add a test script to your package.json file that calls JEST.
scripts = {
    "test": "jest",
}

// Step 3 - Run JEST Tests like you normally would.
npm test
1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago