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