Cypress. Exclude some files from instrumentation. (#3349)

* Exclude some files from instrumentation

* Removed from exclude files for models
main
Dmitry Kruchinin 5 years ago committed by GitHub
parent 463199622c
commit e76b0ea5fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,7 +9,9 @@
], ],
"exclude": [ "exclude": [
"**/3rdparty/*", "**/3rdparty/*",
"**/tests/*" "**/tests/*",
"cvat-ui/src/actions/boundaries-actions.ts",
"cvat-ui/src/utils/platform-checker.ts"
], ],
"parser-plugins": [ "parser-plugins": [
"typescript" "typescript"

Loading…
Cancel
Save