aurelia / framework

The Aurelia 1 framework entry point, bringing together all the required sub-modules of Aurelia.
MIT License
11.76k stars 623 forks source link

Staging a component for testing #942

Open stereoscope opened 5 years ago

stereoscope commented 5 years ago

I'm submitting a bug report

Please tell us about your environment:

Current behavior: Executing the app and loading views with @useView('resources/panels/data-table-panel.html') works, but running a component test fails. Caused by 404 html-file not found. By changing the path to @useView('src/resources/panels/data-table-panel.html') the component can be staged, which the leads to a 404 if the app gets started later by serving it with gulp.

aurelia_file_tree

aurelia_stockvalue_custom_element

aurelia_karma conf js

aurelia_component spec ts

aurelia_gulp_tdd_output