add tests

This commit is contained in:
Erik Sundell
2019-01-03 15:12:03 +01:00
parent 3ce4287e8c
commit d23c3d2b64
5 changed files with 515 additions and 2 deletions

View File

@ -26,7 +26,7 @@ interface State extends Target {
[key: string]: any;
}
const DefaultTarget: State = {
export const DefaultTarget: State = {
defaultProject: 'loading project...',
metricType: '',
metricKind: '',