Merge pull request #6196 from backstage/rugvip/fixcc

cli-common: fix test
This commit is contained in:
Fredrik Adelöw
2021-06-24 16:47:04 +02:00
committed by GitHub
+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, '../../..');