Skip to content

Commit

Permalink
update unit tests mocking
Browse files Browse the repository at this point in the history
I realize some people love highly-mocked unit tests like these, but IMO they are an extremely poor value for effort. This whole are can only really be profitably tested in a more integration test pattern.
  • Loading branch information
ef4 committed Aug 17, 2022
1 parent c174e26 commit 0ee00ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/models/blueprint-test.js
Expand Up @@ -1296,6 +1296,7 @@ describe('Blueprint', function () {
taskNameLookedUp = name;
return new AddonInstallTask();
};
blueprint.project = { isEmberCLIProject() { return true } };
});

afterEach(async function () {
Expand Down

0 comments on commit 0ee00ba

Please sign in to comment.