An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# testing-helpers

[![npm version](https://badge.fury.io/js/testing-helpers.svg)](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": {}
}
```