Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Sep 27, 2023
1 parent 8c4707d commit e357716
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/smoke-tests/--typescript.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ for (let packageManager of SUPPORTED_PACKAGE_MANAGERS) {

it('build and test', async () => {
// Copy over fixtures
await helper.fixtures.use('./my-addon/src/components');
await helper.fixtures.use('./my-addon/src');
await helper.fixtures.use('./test-app/tests');
// Sync fixture with project's lint / formatting configuration
// (controlled by ember-cli)
Expand Down Expand Up @@ -82,6 +82,7 @@ for (let packageManager of SUPPORTED_PACKAGE_MANAGERS) {
'components',
'index.js',
'index.js.map',
'services',
'template-registry.js',
'template-registry.js.map',
]);
Expand All @@ -102,6 +103,7 @@ for (let packageManager of SUPPORTED_PACKAGE_MANAGERS) {
'components',
'index.d.ts',
'index.d.ts.map',
'services',
'template-registry.d.ts',
'template-registry.d.ts.map',
]);
Expand Down

0 comments on commit e357716

Please sign in to comment.