UNPKG
@shelf/jest-dynamodb
Version:
latest (4.0.2)
4.0.2
4.0.1
3.5.0
3.4.4
3.4.3
3.4.2
3.4.1
3.4.0
3.3.1
3.3.0
3.2.0
3.1.2
3.1.1
3.0.0
2.2.4
2.2.3
2.2.2
2.1.0
2.0.4
2.0.3
2.0.1
2.0.0
1.8.1
1.8.0
1.7.0
1.6.0
1.5.0
1.4.1
1.4.0
1.3.0
1.2.0
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
Run your tests using Jest & DynamoDB local
shelfio/jest-dynamodb
@shelf/jest-dynamodb
/
lib
/
index.d.ts
8 lines
(7 loc)
•
161 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
*
from
'./types'
;
declare
const
_default
: {
globalSetup
:
string
;
globalTeardown
:
string
;
testEnvironment
:
string
; };
export
default
_default;