UNPKG
@coinbase/onchaintestkit
Version:
latest (1.2.1)
placeholder (0.0.0)
1.2.1
1.2.0
1.1.0
1.0.0
0.0.0
End-to-end testing toolkit for blockchain applications, powered by Playwright
@coinbase/onchaintestkit
/
dist
/
src
/
utils
/
mergeFixtures.js
8 lines
(7 loc)
•
267 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
mergeFixtures
= mergeFixtures;
const
test_1 =
require
(
"@playwright/test"
);
function
mergeFixtures
(
customFixtures
) {
return
(
0
, test_1.
mergeTests
)(test_1.
test
, customFixtures); }