Skip to content

Commit

Permalink
test(config-reader): remove lingering .only (#2885)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs committed May 9, 2021
1 parent 518ebe6 commit 9936c91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ describe(ConfigReader.name, () => {
expect(testInjector.logger.warn).not.called;
});

it.only('should use the default config if no stryker.conf file was found', () => {
it('should use the default config if no stryker.conf file was found', () => {
process.chdir(resolveTestResource('no-config'));

sut = createSut({});
Expand Down

0 comments on commit 9936c91

Please sign in to comment.