UNPKG
nader-test-agentkit
Version:
latest (0.0.4)
0.0.4
0.0.1
Core interfaces and types for EigenLayer AgentKit
nader-test-agentkit
/
jest.config.js
10 lines
•
237 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
/**
@type
{import('jest').Config} */
module
.
exports
= { preset:
'ts-jest'
, testEnvironment:
'node'
, testMatch: [
'**/__tests__/**/*.test.ts'
], moduleFileExtensions: [
'ts'
,
'js'
], transform: {
'^.+\\.ts$'
:
'ts-jest'
, }, };