implement new cli #208
Annotations
10 errors
test/search-and-replace.test.ts > searchAndReplace > should replace content and rename files in dry run mode without making changes:
test/search-and-replace.test.ts#L13
Error: ENOENT: no such file or directory, mkdtemp 'tmp/search-replace-test-MzEcYa'
❯ test/search-and-replace.test.ts:13:15
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'mkdtemp', path: 'tmp/search-replace-test-MzEcYa' }
|
test/search-and-replace.test.ts > searchAndReplace > should replace content and rename files in dry run mode without making changes:
test/search-and-replace.test.ts#L24
TypeError: The "path" argument must be of type string or an instance of Buffer or URL. Received undefined
❯ test/search-and-replace.test.ts:24:14
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_INVALID_ARG_TYPE' }
|
test/search-and-replace.test.ts > searchAndReplace > should replace content and rename files in actual run mode:
test/search-and-replace.test.ts#L13
Error: ENOENT: no such file or directory, mkdtemp 'tmp/search-replace-test-Az9j4y'
❯ test/search-and-replace.test.ts:13:15
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'mkdtemp', path: 'tmp/search-replace-test-Az9j4y' }
|
test/search-and-replace.test.ts > searchAndReplace > should replace content and rename files in actual run mode:
test/search-and-replace.test.ts#L24
TypeError: The "path" argument must be of type string or an instance of Buffer or URL. Received undefined
❯ test/search-and-replace.test.ts:24:14
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_INVALID_ARG_TYPE' }
|
test/search-and-replace.test.ts > searchAndReplace > should exclude directories like node_modules and .git from processing:
test/search-and-replace.test.ts#L13
Error: ENOENT: no such file or directory, mkdtemp 'tmp/search-replace-test-JPyYlZ'
❯ test/search-and-replace.test.ts:13:15
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'mkdtemp', path: 'tmp/search-replace-test-JPyYlZ' }
|
test/search-and-replace.test.ts > searchAndReplace > should exclude directories like node_modules and .git from processing:
test/search-and-replace.test.ts#L24
TypeError: The "path" argument must be of type string or an instance of Buffer or URL. Received undefined
❯ test/search-and-replace.test.ts:24:14
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_INVALID_ARG_TYPE' }
|
test/search-and-replace.test.ts > searchAndReplace > should handle symbolic links and skip them:
test/search-and-replace.test.ts#L13
Error: ENOENT: no such file or directory, mkdtemp 'tmp/search-replace-test-6Z8zxZ'
❯ test/search-and-replace.test.ts:13:15
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'mkdtemp', path: 'tmp/search-replace-test-6Z8zxZ' }
|
test/search-and-replace.test.ts > searchAndReplace > should handle symbolic links and skip them:
test/search-and-replace.test.ts#L24
TypeError: The "path" argument must be of type string or an instance of Buffer or URL. Received undefined
❯ test/search-and-replace.test.ts:24:14
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_INVALID_ARG_TYPE' }
|
test/search-and-replace.test.ts > searchAndReplace > should log replacement counts for each substitution:
test/search-and-replace.test.ts#L13
Error: ENOENT: no such file or directory, mkdtemp 'tmp/search-replace-test-2M7zks'
❯ test/search-and-replace.test.ts:13:15
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'mkdtemp', path: 'tmp/search-replace-test-2M7zks' }
|
test/search-and-replace.test.ts > searchAndReplace > should log replacement counts for each substitution:
test/search-and-replace.test.ts#L24
TypeError: The "path" argument must be of type string or an instance of Buffer or URL. Received undefined
❯ test/search-and-replace.test.ts:24:14
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_INVALID_ARG_TYPE' }
|