mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 18:13:25 +00:00
feat: actually link expo and nx
This commit is contained in:
11
apps/mobile-e2e/src/app.spec.ts
Normal file
11
apps/mobile-e2e/src/app.spec.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { device, element, by, expect } from 'detox';
|
||||
|
||||
describe('Mobile', () => {
|
||||
beforeEach(async () => {
|
||||
await device.reloadReactNative();
|
||||
});
|
||||
|
||||
it('should display welcome message', async () => {
|
||||
await expect(element(by.id('heading'))).toHaveText('Welcome Mobile 👋');
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user