diff --git a/package-lock.json b/package-lock.json index d2c9d9866..e4cfd47a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@asyncapi/generator": "^1.13.1", "@asyncapi/html-template": "^0.28.4", - "@asyncapi/markdown-template": "^1.4.0", + "@asyncapi/markdown-template": "^1.3.3", "@asyncapi/parser": "^2.1.0", "@types/jest": "^27.4.0", "@types/qs": "^6.9.7", diff --git a/package.json b/package.json index 6cf15a5bb..991953936 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "dependencies": { "@asyncapi/generator": "^1.13.1", "@asyncapi/html-template": "^0.28.4", - "@asyncapi/markdown-template": "^1.4.0", + "@asyncapi/markdown-template": "^1.3.3", "@asyncapi/parser": "^2.1.0", "@types/jest": "^27.4.0", "@types/qs": "^6.9.7", diff --git a/test/lib/config.spec.ts b/test/lib/config.spec.ts index 1e3e7854a..e5aa30203 100644 --- a/test/lib/config.spec.ts +++ b/test/lib/config.spec.ts @@ -99,7 +99,6 @@ describe('check config features when config is initialized', () => { }) test('Should read config data from the current working directory', () => { - console.log('config_file_path', getConfigs()) expect(getConfigs().GLEE_PROJECT_DIR).toBe(process.cwd()) })