Skip to content

Jimmydalecleveland/react-testing-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scripts

test

The standard test suite script to run. This includes jest-dom which allows node and browser emulation such as the window object. Note: you can use -- to append any command to a npm script. e.g. npm t -- --watch will run jest --watch. This is not needed for yarn, you can simply run yarn test --watch

test-node

This sets the environment to node for jest so that jest-dom is not loaded, which takes extra time to setup each test run.

About

A starter with Webpack, Babel, React, Jest, and @testing-library/react including examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •