Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
bzp2010 committed Nov 11, 2024
1 parent 17222be commit 075e8e3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions apps/cli/src/linter/specs/common.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,25 @@ describe('Common Linter', () => {
},
],
},
{
name: 'should check custom resource id',
input: {
services: [
{
id: 'custom-service',
name: 'test',
routes: [
{
id: 'custom-route',
name: 'test',
uris: ['/test'],
},
],
},
],
} as ADCSDK.Configuration,
expect: true,
},
];

// test cases runner
Expand Down

0 comments on commit 075e8e3

Please sign in to comment.