Skip to content

Commit b945e8e

Browse files
committed
chore: add TODO comment
Relate to #27
1 parent f043753 commit b945e8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cli.js

+1
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ const createApp = async (destDir, lang) => {
100100
`${__dirname}/templates/${fileName}.ejs`,
101101
{
102102
// @todo #27 Document usage of user defined routes
103+
// @todo #27 Add integration test to ensure that custom router is picked up
103104
'customRouteFilenames': customRouters
104105
}
105106
)

0 commit comments

Comments
 (0)