@kittycad/lib
Version:
Javascript library for KittyCAD API
31 lines (30 loc) • 1.3 kB
TypeScript
/**
* These tests are not to be generated because they would cause
* issues with running the rest of the test suite.
*
* Underscores in the names before the period should be replaced with hyphens
*/
export declare const operationsToNotGenerateTestsFor: string[];
/**
* Construct a test path string from a tag and operationId
* to index into the arrays exported from this file
*/
export declare const toTestPathString: (tag: string, operationId: string) => string;
/**
* These tests are expected to timeout due to the behavior of the Dev API
*
* Underscores in the names before the period should be replaced with hyphens
*/
export declare const expectedToTimeout: string[];
/**
* Tests that are expected to fail
* They are not exactly ignored because we still hit the endpoint but might be rejected
* because the dummy data in the tests is not valid
* i.e. using a uuid like 000-000-....
* The time spent making these all pass is not worth it because the endpoint already have tests
* we mostly want to make sure the examples are valid aside from dummy data
* or at the very least checked periodically.
* Underscores in names before the period should be replaced with hyphens
*/
export declare const testsExpectedToThrow: string[];
//# sourceMappingURL=expectedToFail.d.ts.map