UNPKG
readiness-manager
Version:
DO-3381_poc_github_rc (1.2.0-rc.xf4d18f695)
jenkins-to-argo-migration-20260211-095752_rc (1.2.0-rc.xe16199474)
jenkins-to-argo-wf-migration (1.2.0-rc.x326acd433)
jenkins-to-argo-wf-migration-hodor-2_rc (1.2.0-rc.x6385b9c9c)
latest (1.2.0)
make_non_private_package_private_rc (1.2.0-rc.xfb5532067)
migrate_readiness_manager_to_sphinx_rc (1.2.0-rc.xc524177f2)
move_node_options_parameter_into_nx_command_rc (1.2.0-rc.x41c2341aa)
node_24_upgrade_rc (1.2.0-rc.xc1a307f98)
sphinx_nx_plugin_to_crystal_2 (1.2.1-rc.x8d2a1107d)
1.2.1-rc.x8d2a1107d
1.2.1-rc.x3f1334202
1.2.1-rc.x214c93b07
1.2.0
1.2.0-rc.xfe55afc30
1.2.0-rc.xfb5532067
1.2.0-rc.xf8d667095
1.2.0-rc.xf50ab1c7f
1.2.0-rc.xf4d18f695
1.2.0-rc.xe16199474
1.2.0-rc.xdf4ff934a
1.2.0-rc.xd52b80937
1.2.0-rc.xc6a91b0f5
1.2.0-rc.xc524177f2
1.2.0-rc.xc1a307f98
1.2.0-rc.xa4dc687cc
1.2.0-rc.x9a9194c54
1.2.0-rc.x793873a61
1.2.0-rc.x785262c1d
1.2.0-rc.x6cd566eea
1.2.0-rc.x6385b9c9c
1.2.0-rc.x5e64cfa6c
1.2.0-rc.x41c2341aa
1.2.0-rc.x3c5a5167d
1.2.0-rc.x326acd433
1.2.0-rc.x1e8028e44
1.2.0-rc.x1dd6abba9
1.2.0-rc.x1a2475dd8
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
0.0.2
👨💼 Define when your app is ready
readiness-manager
/
jest.config.ts
9 lines
(6 loc)
•
172 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
import
type
{
Config
}
from
'@jest/types'
;
const
config
:
Config
.
InitialOptions
= {
displayName
:
'readiness-manager'
,
preset
:
'ts-jest'
, };
export
default
config;