react-native-navigation的迁移库

sanity.test.js 239B

12345678910
  1. describe('sanity', function() {
  2. beforeEach(function(done) {
  3. global.simulator.reloadReactNativeApp(done);
  4. });
  5. it('should have screen one showing', function() {
  6. expect(element(by.label('Screen One'))).toBeVisible();
  7. });
  8. });