Skip to content

Commit

Permalink
jest and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg committed Jan 17, 2024
1 parent 709a228 commit 9aea5f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ class Generator {
path: packagePath,
};
} catch (err) {
throw err;
throw new Error('Installation failed', err);
}
}

Expand Down
2 changes: 1 addition & 1 deletion test/test-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"fs-extra": "9.1.0",
"jest": "29.7.0",
"jest": "28.1.3",
"rimraf": "3.0.2"
},
"jest": {
Expand Down

0 comments on commit 9aea5f9

Please sign in to comment.