From 458593e45417b8f1e9e98c5537eb8cbd5576bdc0 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Wed, 2 Sep 2020 10:49:00 +0200 Subject: [PATCH] add tests --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 034c3cd..9698c36 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,6 +4,7 @@ pipeline { stages { stage('mocha') { steps { + sh 'npm install' sh 'npm install --dev' sh 'npm run test' }