Skip to content

Commit

Permalink
mode development
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx committed Nov 12, 2024
1 parent 2b67f97 commit 3013f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scenarios/compat-addon-classic-features-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ appScenarios
assert.true(existsSync(`${app.dir}/dist/@embroider/virtual/vendor.js`), 'vendor.js');
assert.false(existsSync(`${app.dir}/dist/@embroider/virtual/test-support.js`), 'test-support.js');

result = await app.execute('pnpm build');
result = await app.execute('pnpm build --mode=development');
assert.equal(result.exitCode, 0, result.output);

assert.true(existsSync(`${app.dir}/dist/@embroider/virtual/vendor.js`), 'vendor.js');
Expand Down

0 comments on commit 3013f36

Please sign in to comment.