cater-jest
v0.10.0
Published
Utilities to help run Jest testing with Cater
Downloads
12
Readme
Cater-Jest
Cater-Jest contains utilities for testing with the Jest framework.
These files are mostly workarounds to enable App-like testing within Jest. For example, the Cater Workspace Package will test all of the Cater Packages, plus all the Examples.
Usage
Typically add a jest.config.js file with the following to your project:
module.exports = require("cater-jest")();This brings in all the necessary components to run jest tests. See the examples directory for more.
