UNPKG
cypress-zephyr
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Cypress reporter for Zephyr
github.com/elaichenkov/cypress-zephyr
elaichenkov/cypress-zephyr
cypress-zephyr
/
dist
/
index.js
7 lines
(6 loc)
•
243 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
var
__importDefault = (
this
&&
this
.
__importDefault
) ||
function
(
mod
) {
return
(mod && mod.
__esModule
) ? mod : {
"default"
: mod }; };
const
zephyr_1 =
__importDefault
(
require
(
"./zephyr"
));
module
.
exports
= zephyr_1.
default
;