Skip to content

Commit

Permalink
update detox versions
Browse files Browse the repository at this point in the history
  • Loading branch information
xiongemi committed Aug 3, 2021
1 parent 2dfcfca commit 118082d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion e2e/react-native/src/react-native.test.ts
Expand Up @@ -22,7 +22,7 @@ describe('react native', () => {
runCLI(`generate @nrwl/react-native:application ${appName}`);
runCLI(`generate @nrwl/react-native:library ${libName}`);
runCLI(
`generate @nrwl/react-native:component ${componentName} --project=${libName}`
`generate @nrwl/react-native:component ${componentName} --project=${libName} --export`
);

const appTestResults = await runCLIAsync(`test ${appName}`);
Expand Down
4 changes: 2 additions & 2 deletions packages/detox/src/utils/versions.ts
@@ -1,5 +1,5 @@
export const nxVersion = '*';

export const detoxVersion = '18.18.0';
export const typesDetoxVersion = '17.14.0';
export const detoxVersion = '18.20.1';
export const typesDetoxVersion = '17.14.2';
export const testingLibraryJestDom = '5.14.1';

0 comments on commit 118082d

Please sign in to comment.