add tests
All checks were successful
Gitnet/scraper/pipeline/head This commit looks good

This commit is contained in:
Simon Vieille 2020-09-02 10:49:00 +02:00
parent 62da111aca
commit 458593e454
Signed by: deblan
GPG key ID: 03383D15A1D31745

1
Jenkinsfile vendored
View file

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