Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nasa/openmct.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Henry <akhenry@gmail.com>2022-02-11 22:09:58 +0300
committerGitHub <noreply@github.com>2022-02-11 22:09:58 +0300
commit058259278c30d3fa782d0e0c5c0b7776bd3108ad (patch)
treea8b7bb0a0e6f20bc7282384a0c3c3b1436f94008 /karma.conf.js
parent345285b966452ce26fc0408cc2a66ce37d0072ab (diff)
Remove legacy codebase (#4844)
* Remove legacy codebase * Remove legacy docs * Fixed memory leak in timer spec * Remove Angular dependency * Removed adapter layer * Removed legacy support plugin from main Open MCT repo * Restored TelemetryAPI.js which had been inexplicably deleted? * Fix linting error * Drop line coverage threshold due to removed code * Added a section on Open MCT 2.0.0 to the readme
Diffstat (limited to 'karma.conf.js')
-rw-r--r--karma.conf.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/karma.conf.js b/karma.conf.js
index 92871774b..d8db916b0 100644
--- a/karma.conf.js
+++ b/karma.conf.js
@@ -102,7 +102,7 @@ module.exports = (config) => {
reports: ['lcovonly', 'text-summary'],
thresholds: {
global: {
- lines: 55
+ lines: 52
}
}
},