mirror of
https://github.com/nasa/openmct.git
synced 2024-12-18 20:57:53 +00:00
0f352087f5
Add e2e code coverage and fix all tests
46 lines
482 B
Plaintext
46 lines
482 B
Plaintext
*.scssc
|
|
*.zip
|
|
*.gzip
|
|
*.tgz
|
|
*.DS_Store
|
|
*.swp
|
|
|
|
# Compiled CSS, unless directly added
|
|
*.sass-cache
|
|
*COMPILE.css
|
|
*.css
|
|
*.css.map
|
|
|
|
# Intellij project configuration files
|
|
*.idea
|
|
*.iml
|
|
|
|
# Build output
|
|
target
|
|
dist
|
|
|
|
# Mac OS X Finder
|
|
.DS_Store
|
|
|
|
# Node, Bower dependencies
|
|
node_modules
|
|
bower_components
|
|
|
|
# npm-debug log
|
|
npm-debug.log
|
|
|
|
# karma reports
|
|
report.*.json
|
|
|
|
# e2e test artifacts
|
|
test-results
|
|
html-test-results
|
|
|
|
# codecov artifacts
|
|
.nyc_output
|
|
coverage
|
|
codecov
|
|
|
|
# :(
|
|
package-lock.json
|