add tests

This commit is contained in:
Simon Vieille 2020-09-02 10:52:59 +02:00
parent 458593e454
commit 2d4b6ad2e3
Signed by: deblan
GPG key ID: 03383D15A1D31745

1
Jenkinsfile vendored
View file

@ -4,7 +4,6 @@ pipeline {
stages {
stage('mocha') {
steps {
sh 'npm install'
sh 'npm install --dev'
sh 'npm run test'
}