Skip to content

lawnstarter/testing-helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

testing-helpers

npm version

What is this?

Shared helper methods for our frontend projects

Troubleshooting

// make sure to add the following for React Native testing:

"globals": {
    "window": {}
}