Skip to content

Commit

Permalink
test-app-overrides is missing?
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Jul 15, 2022
1 parent 6b8586f commit 5e701ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/cli.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe('ember addon <the addon> -b <this blueprint>', () => {
tmpDir = await createTmp();

let { name } = await createAddon({
args: [`--${packageManager}`],
args: [`--${packageManager}=true`],
options: { cwd: tmpDir },
});

Expand Down Expand Up @@ -128,7 +128,7 @@ describe('ember addon <the addon> -b <this blueprint>', () => {
location = 'packages/my-custom-location';

let { name } = await createAddon({
args: [`--addon-location=${location}`, '--pnpm'],
args: [`--addon-location=${location}`, '--pnpm=true'],
options: { cwd: tmpDir },
});

Expand Down Expand Up @@ -168,7 +168,7 @@ describe('ember addon <the addon> -b <this blueprint>', () => {
location = 'packages/my-custom-location';

let { name } = await createAddon({
args: [`--test-app-location=${location}`, '--pnpm'],
args: [`--test-app-location=${location}`, '--pnpm=true'],
options: { cwd: tmpDir },
});

Expand Down

0 comments on commit 5e701ad

Please sign in to comment.