UNPKG
vijay06
Version:
latest (14.2.3)
14.2.3
awesome ngx mask
github.com/JsDaddy/ngx-mask
JsDaddy/ngx-mask
vijay06
/
projects
/
ngx-mask-lib
/
cypress
/
plugins
/
index.ts
10 lines
(8 loc)
•
256 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{ startAngularDevServer }
from
'@jscutlery/cypress-angular'
;
// @ts-ignore
module
.
exports
=
(
on, config
) =>
{
on
(
'dev-server:start'
,
(
options
:
any
) =>
startAngularDevServer
({ options,
tsConfig
:
'tsconfig.cypress.json'
}), );
return
config; };