-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: upgrade deps, add tests, update codeclimate config (#41)
* chore: upgrade deps, add tests, update codeclimate config * fix: github workflow update, npm packaging
- Loading branch information
Patrik Kullman
authored
Apr 16, 2020
1 parent
9865492
commit 08445b0
Showing
8 changed files
with
6,548 additions
and
2,881 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"problemMatcher": [{ | ||
"owner": "karma-eval", | ||
"pattern": [{ | ||
"regexp": "^\\w+\\s\\d+\\.\\d+\\.\\d+\\s\\(\\w+\\s\\d+\\.\\d+\\.\\d+\\)\\sERROR$" | ||
}, { | ||
"regexp": "^\\s{2}(.*)$", | ||
"message": 1 | ||
}, { | ||
"regexp": "^\\s{2}at\\s([^:]*):(\\d+):(\\d+)$", | ||
"file": 1, | ||
"line": 2, | ||
"column": 3 | ||
}] | ||
}, { | ||
"owner": "karma-test-error", | ||
"pattern": [{ | ||
"regexp": "^\\w+\\s\\d+\\.\\d+\\.\\d+\\s\\(\\w+\\s\\d+\\.\\d+\\.\\d+\\)\\s(.*)FAILED$", | ||
"code": 1 | ||
}, { | ||
"regexp": "^\\t(.*)$", | ||
"message": 1 | ||
}, { | ||
"regexp": "^\\t {4}at\\s[^\\s]*\\s\\(([^:]*):(\\d+):(\\d+)\\)$", | ||
"file": 1, | ||
"line": 2, | ||
"column": 3 | ||
}] | ||
}] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.