mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-07-23 22:25:47 +00:00
Fix unit tests (#248)
* Fix tests - Remove jest tests and add coverage - Rebase master and fix tests * Ignore local .vscode Add clean script * Fix deps - Upgrade deps - Switch to esnext * Move tests to the right folder * Deps cleanup and bump up * Remove root level package.json * Fix grumbles * Remove the labeler action due to https://github.com/actions/labeler/issues/12 * Fix grumbles
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"noEmitOnError": false,
|
||||
"pretty": true,
|
||||
"forceConsistentCasingInFileNames": false,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"noErrorTruncation": true,
|
||||
"noImplicitReturns": true,
|
||||
"noImplicitAny": true,
|
||||
|
||||
Reference in New Issue
Block a user