add unit tests

This commit is contained in:
Karsten Hassel
2021-09-07 22:07:42 +02:00
parent 093988e136
commit dd43f35bbe
3 changed files with 81 additions and 21 deletions

View File

@@ -8,7 +8,7 @@ module.exports = NodeHelper.create({
updateTimer: null,
updateProcessStarted: false,
gitHelper: new git_Helper.gitHelper(),
gitHelper: new git_Helper.gitHelper(),
start: function () {},