From b21d08a0f2dd7bf04d6719204a2f18fc415ef4bf Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Thu, 24 Jun 2021 15:07:56 +0200 Subject: [PATCH] cli-common: fix test Signed-off-by: Patrik Oldsberg --- packages/cli-common/src/paths.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli-common/src/paths.test.ts b/packages/cli-common/src/paths.test.ts index ba53ef13a5..894060f2e8 100644 --- a/packages/cli-common/src/paths.test.ts +++ b/packages/cli-common/src/paths.test.ts @@ -65,7 +65,7 @@ describe('paths', () => { }); it('findPaths should find mocked package paths', () => { - const mockCwd = resolvePath(__dirname, '../../core'); + const mockCwd = resolvePath(__dirname, '../../config'); const mockDir = resolvePath(__dirname, '../../cli'); const root = resolvePath(__dirname, '../../..');