Skip to content

Commit

Permalink
mised a rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Grimes committed Mar 16, 2017
1 parent f9eae49 commit 766e382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const cfg = {};
try {
const config = (require(path.join(process.cwd(), 'package.json')) || {})['jest-junit'];
if (config) {
Object.assign(pgk, config);
Object.assign(cfg, config);
}
} catch (e) {
//don't blowup if there was an error...just skip
Expand Down

0 comments on commit 766e382

Please sign in to comment.