mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-24 08:35:19 -04:00
test: fix
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import parsePref from '@pnpm/git-resolver/lib/parsePref'
|
||||
import parsePref from '../lib/parsePref'
|
||||
|
||||
test.each([
|
||||
['ssh://username:password@example.com:repo.git', 'ssh://username:password@example.com/repo.git'],
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import createPackagesSearcher from '@pnpm/list/lib/createPackagesSearcher'
|
||||
import createPackagesSearcher from '../lib/createPackagesSearcher'
|
||||
|
||||
test('packages searcher', () => {
|
||||
{
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
/// <reference path="../../../typings/index.d.ts"/>
|
||||
import path from 'path'
|
||||
import list, { forPackages as listForPackages } from '@pnpm/list'
|
||||
import renderTree from '@pnpm/list/lib/renderTree'
|
||||
import chalk from 'chalk'
|
||||
import cliColumns from 'cli-columns'
|
||||
import renderTree from '../lib/renderTree'
|
||||
|
||||
const DEV_DEP_ONLY_CLR = chalk.yellow
|
||||
const PROD_DEP_CLR = (s: string) => s // just use the default color
|
||||
|
||||
Reference in New Issue
Block a user