mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-25 17:22:50 +00:00
test log
This commit is contained in:
parent
4593f3aa61
commit
267a800e7a
|
|
@ -17,6 +17,7 @@ async function createTmpDir() {
|
|||
const {path: siteDirPath} = await tmp.dir({
|
||||
prefix: 'jest-createTmpSiteDir',
|
||||
});
|
||||
console.log(`Created temporary directory at ${siteDirPath}`);
|
||||
return siteDirPath;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue