Add SVG image suport (#2487)
* Add SVG blip extentions * SVG Image feature now works * Add and simplify tests * Fix falsey issue with file Write tests 100% Coverage
This commit is contained in:
@ -62,10 +62,10 @@ export default defineConfig({
|
||||
provider: "v8",
|
||||
reporter: ["text", "json", "html"],
|
||||
thresholds: {
|
||||
statements: 99.98,
|
||||
branches: 99.15,
|
||||
statements: 100,
|
||||
branches: 99.35,
|
||||
functions: 100,
|
||||
lines: 99.98,
|
||||
lines: 100,
|
||||
},
|
||||
exclude: [
|
||||
...configDefaults.exclude,
|
||||
|
Reference in New Issue
Block a user