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

a195eeb · Feb 4, 2017

History

6 Commits
Feb 4, 2017
Feb 4, 2017

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