UNPKG
@ngx-playwright/jest
Version:
latest (0.6.1)
0.6.1
0.6.0
0.5.2
0.5.1
0.5.0
0.4.0
0.3.1
0.3.0
0.2.0
0.1.1
0.1.0
github.com/bgotink/ngx-playwright/tree/main/packages/jest
bgotink/ngx-playwright
@ngx-playwright/jest
/
preset
/
runner.js
5 lines
•
197 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
// eslint-disable-next-line @typescript-eslint/no-var-requires
const
{
PlaywrightRunner
} =
require
(
'../runner'
);
module
.
exports
=
PlaywrightRunner
;
//# sourceMappingURL=runner.js.map