https://github.com/lawnstarter/testing-helpers
🧪 Helper methods for tests
https://github.com/lawnstarter/testing-helpers
helpers javascript npm-package react-native testing
Last synced: 5 months ago
JSON representation
🧪 Helper methods for tests
- Host: GitHub
- URL: https://github.com/lawnstarter/testing-helpers
- Owner: lawnstarter
- License: mit
- Created: 2019-03-13T20:48:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-05T18:51:46.000Z (over 1 year ago)
- Last Synced: 2025-08-23T12:34:33.940Z (10 months ago)
- Topics: helpers, javascript, npm-package, react-native, testing
- Language: JavaScript
- Homepage:
- Size: 378 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# testing-helpers
[](https://badge.fury.io/js/testing-helpers)
## What is this?
Shared helper methods for our frontend projects
## Troubleshooting
```
// make sure to add the following for React Native testing:
"globals": {
"window": {}
}
```