Please do! I'm trying to write
a build plugin to create a test suite (for MatthewMueller's component-test), but I can't figure out how to include development dependencies in the output to save my life.
For example, with a setup like this:
And a traffic-recorder/component.json containing "tests": ["test/feature.js"] Should output a /build/suite.js to use with `component test browser` when you run: `component build -d -n suite.js -u test-suite.js` Well it does, but the dependencies in /test/feature.js don't resolve.