UNPKG

asl-path-validator

Version:

Validates the path expressions for the Amazon States Language

8 lines (7 loc) 214 B
import type { Config } from '@jest/types'; export default async (): Promise<Config.InitialOptions> => { return { preset: 'ts-jest', testMatch: ['<rootDir>/**/__tests__/**/*.test.ts'], }; };