Skip to content

Commit

Permalink
[Tests] Fix simple typo, placehodler -> placeholder
Browse files Browse the repository at this point in the history
There is a small typo in test/common.js.

Should read `placeholder` rather than `placehodler`.
  • Loading branch information
timgates42 authored and ljharb committed Apr 3, 2020
1 parent 5a8034d commit 8ba3668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common.js
Expand Up @@ -25,7 +25,7 @@ module.exports.getDiag = function (body) {
// 1) The base checkout directory of tape might change. Because stack traces
// include absolute paths, the stack traces will change depending on the
// checkout path. We handle this by replacing the base test directory with a
// placeholder $TEST variable and the package root with a placehodler
// placeholder $TEST variable and the package root with a placeholder
// $TAPE variable.
// 2) Line positions within the file might change. We handle this by replacing
// line and column markers with placeholder $LINE and $COL "variables"
Expand Down

0 comments on commit 8ba3668

Please sign in to comment.