Skip to content

Commit b89833c

Browse files
committed
chore: Restore files to its original state
1 parent 82b2065 commit b89833c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

components/markdown-confluence-sync/src/lib/DocusaurusToConfluence.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ import type {
2828

2929
const MODULE_NAME = "markdown-confluence-sync";
3030
const DOCUSAURUS_NAMESPACE = "docusaurus";
31-
// eslint-disable-next-line
32-
const CONFLUENCE_NAMESPACE = "confluence"
31+
const CONFLUENCE_NAMESPACE = "confluence";
3332

3433
const DEFAULT_CONFIG: Configuration["config"] = {
3534
readArguments: false,

components/markdown-confluence-sync/test/unit/support/utils/TempFiles.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ export const TempFiles = class TempFiles {
1616
* @returns {FileResult}
1717
*/
1818
public fileSync(this: void, options: FileOptions = {}) {
19-
// TODO: Revert to its original state. Just a change for testing caches
20-
return fileSync({ discardDescriptor: false, ...options });
19+
return fileSync({ discardDescriptor: true, ...options });
2120
}
2221
};

0 commit comments

Comments
 (0)