Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

TypeError: Cannot read properties of undefined (reading 'ApiKey') #188

Open
ayydevara opened this issue Apr 6, 2023 · 0 comments
Open

Comments

@ayydevara
Copy link

ayydevara commented Apr 6, 2023

`const config = {
assertionFormat: "should",
testModule: "api-tests",
pathName: [],
maxLen: -1,
pathParams: {},
};

expect(stt).toBeDefined();
const tests = stt.testGen(swagger, config);

tests.forEach((test: any) => {
console.log(test);
});`

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant