We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2af6d2a commit a650260Copy full SHA for a650260
1 file changed
src/utils.ts
@@ -60,7 +60,7 @@ function getStartDir(): string {
60
// If this is being executed as a library (under node_modules)
61
// we want to start with the project directory that's three
62
// levels above.
63
- // If t his is being executed from the test suite, we want to start
+ // If this is being executed from the test suite, we want to start
64
// in the directory of the test
65
66
const grandparent = path.resolve(__dirname, '..', '..');
0 commit comments