Skip to content

A sample repo for trying Native Testing Library or reproducing a bug

Notifications You must be signed in to change notification settings

h-five-e/ntl-sample

 
 

Repository files navigation

Native Testing Library Sample

To modify the application, check out src/App.js. You will find basic example tests for that file at src/__tests__/App.js.

Available commands

npm test

To run the test suite, run npm test. There should be no additional setup required to run the tests, other than running and npm install prior to the first run.

npm start

To run the app in the iOS simulator, run the start command. Before running this, you will have to be sure you have followed the setup instructions provided by the React Native team.

Helpful links

About

A sample repo for trying Native Testing Library or reproducing a bug

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 42.8%
  • Starlark 21.4%
  • JavaScript 21.2%
  • Java 14.6%