/testing-helpers

🧪 Helper methods for tests

Primary LanguageJavaScriptMIT LicenseMIT

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