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
/
environment.js
6 lines
•
218 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
const
{
PlaywrightEnvironment
} =
// eslint-disable-next-line @typescript-eslint/no-var-requires
require
(
'../environment'
);
module
.
exports
=
PlaywrightEnvironment
;
//# sourceMappingURL=environment.js.map