Skip to content

Commit

Permalink
Add test cases for @types/koa*
Browse files Browse the repository at this point in the history
  • Loading branch information
mrm007 committed Aug 25, 2022
1 parent 1d062f4 commit bafed3f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/cli/configure/processing/package.test.ts
Expand Up @@ -111,6 +111,9 @@ describe('withPackage', () => {
c: '3',
e: '5',
d: '4',
'@types/koa__router': '^8.0.8',
'@types/koa-bodyparser': '^5.0.2',
'@types/koa': '^2.13.4',
},
dependencies: {
b: '2',
Expand Down Expand Up @@ -146,6 +149,9 @@ describe('withPackage', () => {
\\"b\\": \\"2\\"
},
\\"devDependencies\\": {
\\"@types/koa\\": \\"^2.13.4\\",
\\"@types/koa-bodyparser\\": \\"^5.0.2\\",
\\"@types/koa__router\\": \\"^8.0.8\\",
\\"c\\": \\"3\\",
\\"d\\": \\"4\\",
\\"e\\": \\"5\\"
Expand Down

0 comments on commit bafed3f

Please sign in to comment.