Skip to content

Commit

Permalink
fix(test): fix .nycrc symlinking (#5245)
Browse files Browse the repository at this point in the history
  • Loading branch information
netroy authored and mergify[bot] committed Nov 29, 2019
1 parent ecbe0b6 commit d2496e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cdk-build-tools/bin/cdk-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ async function main() {
//
// We end up symlinking .nycrc into the package.
if (!await hasOnlyAutogeneratedTests()) {
const nycConfig = '.nycr c';
const nycConfig = '.nycrc';

// Delete file if it exists
try {
Expand Down

0 comments on commit d2496e0

Please sign in to comment.