Skip to content

Commit 267a800

Browse files
committed
test log
1 parent 4593f3a commit 267a800

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/docusaurus/src/server/translations/__tests__/translationsExtractor.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ async function createTmpDir() {
1717
const {path: siteDirPath} = await tmp.dir({
1818
prefix: 'jest-createTmpSiteDir',
1919
});
20+
console.log(`Created temporary directory at ${siteDirPath}`);
2021
return siteDirPath;
2122
}
2223

0 commit comments

Comments
 (0)