more global variables

This commit is contained in:
2020-03-04 19:41:58 +03:00
parent 7d73129731
commit 55a346c526
8 changed files with 26 additions and 14 deletions

4
tests/unit/Jenkinsfile vendored Normal file
View File

@@ -0,0 +1,4 @@
stage('unit tests') {
echo 'runing tests...'
sh 'npm run test'
}