UNPKG
@layr-labs/agentkit
Version:
latest (0.1.1)
0.1.1
0.1.0
Core interfaces and types for EigenLayer AgentKit
@layr-labs/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'
, }, };