UNPKG

@stoplight/spectral-url-versioning

Version:

There's no one right way to version, but there's a lot of objectively bad ways you want to avoid.

14 lines (12 loc) 232 B
module.exports = async () => { return { preset: 'ts-jest', testPathIgnorePatterns: ['__helpers__'], testEnvironment: 'node', globals: { 'ts-jest': { useIsolatedModules: true, }, }, }; };