Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Staging a component for testing #942

Open
stereoscope opened this issue Oct 1, 2019 · 0 comments
Open

Staging a component for testing #942

stereoscope opened this issue Oct 1, 2019 · 0 comments

Comments

@stereoscope
Copy link

stereoscope commented Oct 1, 2019

I'm submitting a bug report

  • Library Version:
    1.3.1

Please tell us about your environment:

  • Operating System:
    Linux (LinuxMint 19.2)

  • Node Version:
    10.16.1

  • NPM Version:
    6.9.0
  • Aurelia CLI OR JSPM OR Webpack AND Version
    JSPM 0.16.55
  • Browser:
    all

  • Language:
    TypeScript 3.6.3

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant