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

fix: escape test file path #90

Closed
wants to merge 2 commits into from
Closed

fix: escape test file path #90

wants to merge 2 commits into from

Conversation

impankratov
Copy link

In case special symbols are present in file path, jest won't find the actual file, thus failing the test run.

Example:
libs/store/entity/src/lib/+state/entity.reducer.spec.ts

Encountered this when trying to test ngrx-store spec files generated by @ngrx/schematics:store.

In case special symbols are present in file path, jest won't find the actual file, thus failing the test run.

Example:
`libs/store/entity/src/lib/+state/entity.reducer.spec.ts`

Encountered this when trying to test ngrx-store spec files generated by @ngrx/schematics:store.
@impankratov
Copy link
Author

Closing in favor of #91, vim.fs.normalize(pos.path) solves problem for me.

@impankratov impankratov deleted the patch-1 branch December 17, 2023 08:49
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

Successfully merging this pull request may close these issues.

1 participant