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(instrumenter): only add header when there are mutants #2503

Merged
merged 1 commit into from Sep 26, 2020

Conversation

nicojs
Copy link
Member

@nicojs nicojs commented Sep 25, 2020

Only add the JS header for files that have mutants. For example: don't add it in *.d.ts files.

Fixes #2502

Only add the JS header for files that have mutants. For example: don't add it in *.d.ts files.
@nicojs nicojs changed the title fix(instrumenter): only add header when there are mutats fix(instrumenter): only add header when there are mutants Sep 25, 2020
@nicojs nicojs merged commit 8f989cc into epic/mutation-switching Sep 26, 2020
@nicojs nicojs deleted the fix/no-js-header branch September 26, 2020 10:20
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.

Don't add js instrumentation header if no mutant are found
1 participant