From dc76570e7616caea0da5dcbf8f82a63dff14b132 Mon Sep 17 00:00:00 2001 From: Steven Date: Mon, 21 May 2018 23:56:56 -0700 Subject: [PATCH] fix: Typo in utils.ts --- src/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.ts b/src/utils.ts index fe53b41666..69ad736c54 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -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, '..', '..');