UNPKG
mcp-routine
Version:
latest (0.3.0)
0.3.0
0.2.0
0.1.0
Stitch MCP actions together into reusable routines
github.com/mquan/mcp-routine
mquan/mcp-routine
mcp-routine
/
jest.config.mjs
12 lines
•
253 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
default
{
preset
:
'ts-jest'
,
testEnvironment
:
'node'
,
testMatch
: [
'**/*.test.ts'
],
moduleFileExtensions
: [
'ts'
,
'js'
],
transform
: {
'^.+\\.tsx?$'
: [
'ts-jest'
, {
useESM
:
true
, }], },
extensionsToTreatAsEsm
: [
'.ts'
], };