UNPKG

mina-zkml

Version:

Zero-knowledge machine learning for Mina Protocol

14 lines (11 loc) 285 B
import type { Config } from '@jest/types'; const config: Config.InitialOptions = { preset: 'ts-jest', testEnvironment: 'node', moduleFileExtensions: ['ts', 'js'], transform: { '^.+\\.ts$': 'ts-jest', }, testMatch: ['**/tests/**/*.test.ts'], }; export default config;