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:
Chevdor
2020-04-21 16:36:33 +02:00
committed by GitHub
parent d03679a78a
commit 3cbad1c0b3
17 changed files with 2567 additions and 1910 deletions
@@ -17,7 +17,7 @@
width: 100%;
}
.Consensus .flexContainerLargeRow .firstInRow .emptylegend,
.Consensus .flexContainerLargeRow .firstInRow .emptyLegend,
.Consensus .flexContainerLargeRow .firstInRow .nameLegend {
width: 99%;
flex-grow: 1000000000;
@@ -134,7 +134,7 @@
width: auto !important;
}
.Consensus .flexContainerLargeRow .noStretchOnLastRow .firstInRow .emptylegend {
.Consensus .flexContainerLargeRow .noStretchOnLastRow .firstInRow .emptyLegend {
width: auto !important;
}