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
/
teardown.d.ts
3 lines
(2 loc)
•
102 B
TypeScript
View Raw
1
2
3
import
type {
JestArgs
}
from
'./types'
;
export
default
function
(
jestArgs: JestArgs
):
Promise
<
void
>;