implement new cli #210
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-Egrhuc'
❯ test/search-and-replace.test.ts:13:15
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'mkdtemp', path: 'tmp/search-replace-test-Egrhuc' }
|
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-eeqUc9'
❯ test/search-and-replace.test.ts:13:15
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'mkdtemp', path: 'tmp/search-replace-test-eeqUc9' }
|
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-hLpb0k'
❯ test/search-and-replace.test.ts:13:15
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'mkdtemp', path: 'tmp/search-replace-test-hLpb0k' }
|
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-pUUqMy'
❯ test/search-and-replace.test.ts:13:15
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'mkdtemp', path: 'tmp/search-replace-test-pUUqMy' }
|
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-lXAnTP'
❯ test/search-and-replace.test.ts:13:15
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'mkdtemp', path: 'tmp/search-replace-test-lXAnTP' }
|
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' }
|