kaliber5 / ember-fastboot-addon-tests

Addon testing support for Fastboot compatibility
MIT License
25 stars 9 forks source link

POC to try and get link as the last step in the process #22

Open mansona opened 6 years ago

mansona commented 6 years ago

This is related to https://github.com/kaliber5/ember-fastboot-addon-tests/issues/21 and https://github.com/tomdale/ember-cli-addon-tests/issues/176 and is a demo of what I was trying to achieve in https://github.com/tomdale/ember-cli-addon-tests/pull/186

The idea is that because this addon does some work with npm after the initial app is created it needs to be able to execute the machinery of the linking process later in the pipeline. This example doesn't actually work but it gets the point across (I think!)