This website requires JavaScript.
Explore
Help
Sign in
Elgato_dark
/
angular
Watch
1
Star
0
Fork
You've already forked angular
0
mirror of
https://github.com/angular/angular
synced
2026-05-24 09:28:37 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
bdd4d14db9
angular
/
devtools
/
cypress
/
tsconfig.json
5 lines
88 B
JSON
Raw
Normal View
History
Unescape
Escape
feat(devtools): added cypress to run e2e tests (rangle/angular-devtools#45) * feat(test): added cypress to run e2e tests * feat(test): removed package-lock added by mistake Co-authored-by: Minko Gechev <mgechev@gmail.com>
2020-02-07 14:42:00 +00:00
{
"extends"
:
"../tsconfig.json"
,
feat(devtools): added prettier for formatting code on pre-commit (rangle/angular-devtools#50) * feat(prettier): added prettier for formatting code on pre-commit and linted files * feat(prettier): formatted code after merge
2020-02-07 21:25:16 +00:00
"include"
:
[
"../node_modules/cypress"
,
"*/*.ts"
]
feat(devtools): added cypress to run e2e tests (rangle/angular-devtools#45) * feat(test): added cypress to run e2e tests * feat(test): removed package-lock added by mistake Co-authored-by: Minko Gechev <mgechev@gmail.com>
2020-02-07 14:42:00 +00:00
}
Reference in a new issue
Copy permalink