UNPKG
@humanlayer/sdk
Version:
alpha (0.7.9-alpha.1)
latest (0.7.9)
0.7.9
0.7.9-alpha.1
0.7.8
0.7.8-alpha.1
typescript client for humanlayer.dev
github.com/humanlayer/humanlayer
humanlayer/humanlayer
@humanlayer/sdk
/
jest.config.cjs
9 lines
(8 loc)
•
213 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
/**
@type
{import('ts-jest').JestConfigWithTsJest} **/
module
.
exports
= { testEnvironment:
'node'
, transform: {
'^.+.tsx?$'
: [
'ts-jest'
, {}], }, testPathIgnorePatterns: [
'/node_modules/'
,
'/dist/'
], }