Skip to content

Commit

Permalink
fix: Typo in utils.ts (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xapphire13 authored and GeeWee committed May 22, 2018
1 parent 2af6d2a commit a650260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function getStartDir(): string {
// If this is being executed as a library (under node_modules)
// we want to start with the project directory that's three
// levels above.
// 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
// in the directory of the test

const grandparent = path.resolve(__dirname, '..', '..');
Expand Down

0 comments on commit a650260

Please sign in to comment.