fix: properly implement saveFile method and write test
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"extends": "@istanbuljs/nyc-config-typescript",
|
||||
"check-coverage": true,
|
||||
"branches": 80,
|
||||
"lines": 80,
|
||||
"functions": 80,
|
||||
"statements": 80,
|
||||
"branches": 100,
|
||||
"lines": 100,
|
||||
"functions": 100,
|
||||
"statements": 100,
|
||||
"all": true,
|
||||
"include": ["src/**/*.ts"],
|
||||
"exclude": ["src/index.ts", "**/*.spec.ts"],
|
||||
|
||||
Reference in New Issue
Block a user