UNPKG
cypress-mongodb
Version:
latest (7.0.0)
7.0.0
6.3.0
6.2.1
6.2.0
6.1.0
6.0.0
5.5.0
5.4.0
5.3.0
5.2.1
5.1.4
5.1.3
5.1.2
5.1.1
5.1.0
5.0.1
5.0.0
4.1.1
4.1.0
4.0.0
3.1.0
3.0.2
3.0.1
3.0.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.0
1.3.0
1.2.1
1.2.0
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Cypress MongoDB plugin
github.com/Zaista/cypress-mongodb
Zaista/cypress-mongodb
cypress-mongodb
/
dist
/
utils
/
insert.d.ts
3 lines
(2 loc)
•
121 B
TypeScript
View Raw
1
2
3
export
declare
function
insertOne
(
args
:
any
):
Promise
<
any
>;
export
declare
function
insertMany
(
args
:
any
):
Promise
<
any
>;