Skip to content

Demonstration of different testing concepts via JavaScript

License

Notifications You must be signed in to change notification settings

dacre-denny/js-testing-examples

Repository files navigation

js-testing-examples

Demonstrates the following testing concepts:

Installation

npm install

Usage

Run each test suite individually

npm run test test/example-1-simple.js 
npm run test test/example-2-async.js 
npm run test test/example-3-async-errors.js 
npm run test test/example-4-stub.js 
npm run test test/example-5-spy.js 

Run component rendering tests

npm run testcomponents

About

Demonstration of different testing concepts via JavaScript

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published