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

[semantic-dom-diff] TypeScript generator: test snapshots write to out-tsc directory #2582

Open
johnhunter opened this issue Feb 25, 2023 · 0 comments

Comments

@johnhunter
Copy link

Steps to repro

  1. Use the scaffold npm init @open-wc
  2. Select a new application using TypeScript
  3. Add a snapshot test to the generated test suite

Expected behavior

Snapshot files written to test/__snapshots__

Actual Behavior

Snapshot files written to /out-tsc/test/__snapshots__ which is normally not committed to the repo

Additional context

Which packages and versions are you using.

  • @open-wc/create@0.38.69
  • @open-wc/testing@3.1.7
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