Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update test/common/index.js
Co-authored-by: Rich Trott <[email protected]>
  • Loading branch information
bmeck and Trott committed Oct 18, 2020
commit 9203dd0f02e7528dcda3c1ddbd59403cad87ff97
4 changes: 1 addition & 3 deletions test/common/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -704,9 +704,7 @@ function requireNoPackageJSONAbove() {
if (fs.existsSync(possiblePackage)) {
throw new Error(
'This test shouldn\'t load properties from a package.json above ' +
`it's file location. Found package.json at ${possiblePackage}, ` +
'in order to run this test properly ensure no package.json is above ' +
'the tests.');
`its file location. Found package.json at ${possiblePackage}.`);
}
lastPackage = possiblePackage;
possiblePackage = path.join(possiblePackage, '..', '..', 'package.json');
Expand Down