UNPKG

@redocly/respect-core

Version:
4 lines 151 B
export function isTestFile(path, fileContent) { return /\.(yaml|yml|json)$/i.test(path) && !!fileContent.arazzo; } //# sourceMappingURL=file.js.map