embroider-build / embroider

Compiling Ember apps into spec-compliant, modern Javascript.
MIT License
329 stars 137 forks source link

Update scenario-tester #1897

Open ef4 opened 2 weeks ago

mansona commented 4 days ago

This is blocked on: https://github.com/stefanpenner/node-fixturify-project/pull/97 for the majority of the tests

for the jest suites failures, I looked into it yesterday and it seems like the issue is related to @embroider/macros being considered a monorepo dependency when added to a project. I find this surprising because would have only thought that this would affect linkDependency not addDependency 🤔

the relevant line is: https://github.com/embroider-build/embroider/blob/update-scenario-tester/packages/macros/tests/babel/dependency-satisfies.test.ts#L139