MCPcopy
hub / github.com/loopbackio/loopback-next / Test

Class Test

packages/rest/src/__tests__/unit/re-export.unit.ts:11–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9 it('exports functions from @loopback/openapi-v3', async () => {
10 // eslint-disable-next-line @typescript-eslint/no-unused-vars
11 class Test {
12 // Make sure the decorators are exported
13 @get('/test')
14 async test() {
15 return '';
16 }
17 }
18 });
19});

Callers

nothing calls this directly

Calls 1

getFunction · 0.50

Tested by

no test coverage detected