mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-23 00:18:05 +08:00
Spelling (#431)
* spelling: absolute * spelling: content * spelling: received * spelling: sanitizes
This commit is contained in:
@@ -778,7 +778,7 @@ describe('mkdirP', () => {
|
||||
await io.mkdirP(getTestTemp())
|
||||
await fs.mkdir(rootPath)
|
||||
await fs.mkdir(realDirPath)
|
||||
await fs.writeFile(realFilePath, 'test real_dir/file.txt contet')
|
||||
await fs.writeFile(realFilePath, 'test real_dir/file.txt content')
|
||||
await createSymlinkDir(realDirPath, symlinkDirPath)
|
||||
|
||||
await io.mkdirP(symlinkDirPath)
|
||||
@@ -802,7 +802,7 @@ describe('mkdirP', () => {
|
||||
await io.mkdirP(getTestTemp())
|
||||
await fs.mkdir(rootPath)
|
||||
await fs.mkdir(realDirPath)
|
||||
await fs.writeFile(realFilePath, 'test real_dir/file.txt contet')
|
||||
await fs.writeFile(realFilePath, 'test real_dir/file.txt content')
|
||||
await createSymlinkDir(realDirPath, symlinkDirPath)
|
||||
|
||||
const subDirPath = path.join(symlinkDirPath, 'sub_dir')
|
||||
|
||||
Reference in New Issue
Block a user