Skip to content

Commit

Permalink
chore(repo): set specific packages to install in expo e2e tests (#20758)
Browse files Browse the repository at this point in the history
  • Loading branch information
leosvelperez authored Dec 14, 2023
1 parent c9832f4 commit 0392e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/expo/src/expo.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe('expo', () => {
let libName = uniq('lib');

beforeAll(() => {
proj = newProject();
proj = newProject({ packages: ['@nx/expo'] });
// we create empty preset above which skips creation of `production` named input
updateJson('nx.json', (nxJson) => {
nxJson.namedInputs = {
Expand Down

0 comments on commit 0392e0d

Please sign in to comment.