Skip to content

Commit

Permalink
feat(doc): add repo URL for ir-docs (#793)
Browse files Browse the repository at this point in the history
* feat(doc): add repo URL for ir-docs

* increase jest timeout for creating JS boilerplate
  • Loading branch information
leonskim authored Aug 12, 2024
1 parent bd7b7aa commit b1ab72c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions docs/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"label": "Gluegun",
"link": null,
"customProps": {
"description": "A delightful toolkit for building Node-based CLIs in TS/JS",
"projectName": "gluegun",
"repoUrl": "https://github.com/infinitered/gluegun",
"sidebar": {
"type": "autogenerated",
"dirName": "gluegun"
}
}
}
2 changes: 1 addition & 1 deletion src/cli/cli.integration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sinon.stub(console, 'log')

const pwd = process.cwd()

jest.setTimeout(5 * 60 * 1000)
jest.setTimeout(20 * 60 * 1000)

test('can start the cli', async () => {
const c = await cli()
Expand Down

0 comments on commit b1ab72c

Please sign in to comment.