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
github.com/shelfio/jest-dynamodb
shelfio/jest-dynamodb
@shelf/jest-dynamodb
/
lib
/
utils
/
wait-for-localhost.d.ts
2 lines
(1 loc)
•
85 B
TypeScript
View Raw
1
2
export
default
function
waitForLocalhost
(
port
:
number
,
host
:
string
):
Promise
<
void
>;