Skip to content

Commit

Permalink
fix: reverting markdown template
Browse files Browse the repository at this point in the history
  • Loading branch information
Souvikns committed Oct 11, 2023
1 parent c5828af commit 4f48945
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion test/lib/config.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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())
})

Expand Down

0 comments on commit 4f48945

Please sign in to comment.