UNPKG

@accordproject/concerto-linter

Version:

Concerto Linter using Spectral rulesets

11 lines (10 loc) 234 B
/** @type {import('ts-jest').JestConfigWithTsJest} **/ module.exports = { testEnvironment: 'node', transform: { '^.+.tsx?$': ['ts-jest', {}], }, testPathIgnorePatterns: [ './default-ruleset', ], };