Skip to content

A lightweight assert-equals function for use in testing.

Notifications You must be signed in to change notification settings

stevehopkinson/assert-equals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Assert Equals

A lightweight assert-equals function for use in inline testing.

Usage

  1. Save assert-equals.js to your project directory.
  2. Use const assertEquals = require('./[pathToFile]/assert-equals') to import the function.
  3. Test whether two values/objects are equal using assertEquals(valueA, valueB).

About

A lightweight assert-equals function for use in testing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published