Skip to content
This repository was archived by the owner on Dec 10, 2021. It is now read-only.

Commit e1095f2

Browse files
committed
Fixing tests
1 parent d0e9afb commit e1095f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/DefinitionGenerator.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ describe('OpenAPI Documentation Generator', () => {
2727
await sls.variables.populateService();
2828

2929
if ('documentation' in sls.service.custom) {
30-
const docGen = new DefinitionGenerator(sls.service.custom.documentation);
30+
const docGen = new DefinitionGenerator(sls.service.custom.documentation, servicePath);
3131

3232
expect(docGen).not.toBeNull();
3333
} else {

0 commit comments

Comments
 (0)