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 <rtrott@gmail.com>
  • Loading branch information
bmeck and Trott committed Oct 18, 2020
commit d313252cacfc8a5a6b18d780ab1d49887056a804
2 changes: 1 addition & 1 deletion test/common/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ function requireNoPackageJSONAbove() {
let lastPackage = null;
while (possiblePackage !== lastPackage) {
if (fs.existsSync(possiblePackage)) {
throw new Error(
assert.fail(
'This test shouldn\'t load properties from a package.json above ' +
`its file location. Found package.json at ${possiblePackage}.`);
}
Expand Down