Skip to content

Commit

Permalink
Merge ea2157a into 9d2edca
Browse files Browse the repository at this point in the history
  • Loading branch information
neild3r committed Feb 11, 2022
2 parents 9d2edca + ea2157a commit b9749ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -142,6 +142,7 @@
}
},
"scripts": {
"clean": "rm -rf ./coverage/* ./.nyc_output ./out",
"verify-pat": "vsce verify-pat",
"vscode:prepublish": "npm run -S esbuild-base -- --minify",
"lint": "tslint -p ./",
Expand All @@ -166,7 +167,7 @@
"esbuild": "^0.12.29",
"markdown-table-ts": "^1.0.3",
"mocha": "^9.1.1",
"nyc": "^15.0.0",
"nyc": "^15.1.0",
"typescript": "^3.9.10",
"vsce": "^1.100.0",
"vscode-test": "^1.6.1"
Expand Down
2 changes: 1 addition & 1 deletion test/index.ts
Expand Up @@ -53,6 +53,6 @@ export async function run(): Promise<void> {
});
} finally {
nyc.writeCoverageFile();
nyc.report();
await nyc.report();
}
}

0 comments on commit b9749ab

Please sign in to comment.