Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx committed Apr 11, 2024
1 parent bf5acfe commit 2976f0e
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 1 deletion.
54 changes: 54 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions tests/scenarios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
"ember-truth-helpers": "^3.0.0",
"execa": "^5.1.1",
"tslib": "^2.6.0",
"sass": "^1.74.1",
"typescript": "^5.1.6",
"webpack": "^5.90.3"
}
Expand Down
2 changes: 1 addition & 1 deletion tests/scenarios/vite-app-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ viteAppScenarios
});

project.addDevDependency(addon);
project.addDevDependency('sass', 'latest');
project.linkDevDependency('sass', { baseDir: __dirname, resolveName: 'sass' });

let addon2 = baseAddon();
addon2.pkg.name = 'my-addon2';
Expand Down

0 comments on commit 2976f0e

Please sign in to comment.