testing-helpers

Shared helper methods for our frontend projects

Usage no npm install needed!

<script type="module">
  import testingHelpers from 'https://cdn.skypack.dev/testing-helpers';
</script>

README

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