cli-common: fix test

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-06-24 15:07:56 +02:00
parent e6fc64756c
commit b21d08a0f2
+1 -1
View File
@@ -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, '../../..');