JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6
  • Score
    100M100P100Q27801F
  • License MIT

Test doubles utility library for your testing needs.

Package Exports

  • js-dada

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (js-dada) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

js-dada

Build Status

Test Double for your testing needs in JavaScript inspired by this blog on test doubles by Martin Fowler.

What's covered?

  1. Spies
  2. Dummies
  3. Mocks
  4. Stubs

TODO

  1. Provides real world use cases and examples

Authors

  1. Manyanda Chitimbo