Skip to content

Commit

Permalink
feat(stryker): remind user to add .stryker-temp to gitignore (#1722)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs authored Sep 16, 2019
2 parents cbc55da + f67c039 commit 596e1ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/initializer/StrykerInitializer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export default class StrykerInitializer {
}
this.out('Done configuring stryker. Please review `stryker.conf.js`, you might need to configure transpilers or your test runner correctly.');
this.out('Let\'s kill some mutants with this command: `stryker run`');
this.out('Note: Stryker will use `.stryker-temp` as location for temporary files. Be sure to add it to your ignored files in source control.');
}

/**
Expand Down

0 comments on commit 596e1ee

Please sign in to comment.