Skip to content

Commit

Permalink
Fix test setup. preprocessors tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Edwards committed May 26, 2022
1 parent 4807d8b commit d0ebc21
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/compat/tests/preprocessors.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ module.exports = {
},
});

addon.addDependency(PACKAGE_MY_PREPROCESSOR);
// We must explicitly pass the addonPreprocessor using the
// name is not sufficient.
addon.addDependency(addonPreprocessor);

build = await BuildResult.build(app, {
stage: 2,
Expand Down

0 comments on commit d0ebc21

Please sign in to comment.