mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
ignore stuff not to be tested
This commit is contained in:
parent
0e6893eeb3
commit
c7e721b44f
@ -24,9 +24,17 @@
|
|||||||
"verbose": true,
|
"verbose": true,
|
||||||
"collectCoverageFrom": [
|
"collectCoverageFrom": [
|
||||||
"**/*.{js,vue}",
|
"**/*.{js,vue}",
|
||||||
|
"!**/?(*.)+(spec|test|story).js?(x)",
|
||||||
"!**/node_modules/**",
|
"!**/node_modules/**",
|
||||||
"!**/.nuxt/**",
|
"!**/.nuxt/**",
|
||||||
"!**/?(*.)+(spec|test).js?(x)"
|
"!**/storybook/**",
|
||||||
|
"!**/coverage/**",
|
||||||
|
"!**/config/**",
|
||||||
|
"!**/maintenance/**",
|
||||||
|
"!**/plugins/**"
|
||||||
|
"!**/.eslintrc.js",
|
||||||
|
"!**/.prettierrc.js",
|
||||||
|
"!**/nuxt.config.js",
|
||||||
],
|
],
|
||||||
"coverageReporters": [
|
"coverageReporters": [
|
||||||
"lcov"
|
"lcov"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user