Skip to content

Commit

Permalink
fix folder not found problem
Browse files Browse the repository at this point in the history
  • Loading branch information
yimysty committed Jun 18, 2022
1 parent 42e570c commit 6547446
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config-parser.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ describe('configParser', () => {
srcFileName = `${srcFolder}/${fileName}`
tmpFileName = `${tmpFolder}/${fileName}`
expectedFileName = `${expectedFolder}/${fileName}`
fs.mkdirSync(tmpFolder, {recursive: true})
fs.copyFileSync(srcFileName, tmpFileName)
const parser = new ConfigParser(configuration)
parser.parse()
Expand Down

0 comments on commit 6547446

Please sign in to comment.