implement new cli #209
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-EMfAD3'
❯ test/search-and-replace.test.ts:13:15
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'mkdtemp', path: 'tmp/search-replace-test-EMfAD3' }
|
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-1F6FTe'
❯ test/search-and-replace.test.ts:13:15
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'mkdtemp', path: 'tmp/search-replace-test-1F6FTe' }
|
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-GShExa'
❯ test/search-and-replace.test.ts:13:15
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'mkdtemp', path: 'tmp/search-replace-test-GShExa' }
|
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-U8gP16'
❯ test/search-and-replace.test.ts:13:15
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'mkdtemp', path: 'tmp/search-replace-test-U8gP16' }
|
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-EqO9Wg'
❯ test/search-and-replace.test.ts:13:15
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'mkdtemp', path: 'tmp/search-replace-test-EqO9Wg' }
|
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' }
|