Feat/embedded fonts (#2174)
* #239 Embedded fonts * Add boilerplate for font table * Fix linting * Fix linting * Fix odttf naming * Correct writing of fonts to relationships and font table new uuid function * Add font to run * Add demo Fix tests * Add character set support * Add tests * Write tests
This commit is contained in:
@ -62,10 +62,10 @@ export default defineConfig({
|
||||
provider: "v8",
|
||||
reporter: ["text", "json", "html"],
|
||||
thresholds: {
|
||||
statements: 99.96,
|
||||
branches: 98.98,
|
||||
statements: 99.98,
|
||||
branches: 99.15,
|
||||
functions: 100,
|
||||
lines: 99.96,
|
||||
lines: 99.98,
|
||||
},
|
||||
exclude: [
|
||||
...configDefaults.exclude,
|
||||
|
Reference in New Issue
Block a user