Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 313 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 313 Bytes

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": {}
}