UNPKG
@profullstack/therapy
Version:
latest (1.5.14)
1.5.14
1.5.13
1.5.12
1.5.9
1.5.8
1.5.7
1.5.6
1.5.5
1.4.3
1.4.1
1.4.0
1.3.0
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0
CLI tool for interacting with an AI therapist
profullstack.com
profullstack/therapy
@profullstack/therapy
/
jest.config.js
9 lines
•
176 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
export
default
{
transform
: {},
extensionsToTreatAsEsm
: [
'.js'
],
moduleNameMapper
: {
'^(\\.{1,2}/.*)\\.js$'
:
'$1'
, },
testEnvironment
:
'node'
,
verbose
:
true
, };