Skip to content
Snippets Groups Projects
Commit 584ddbfd authored by Magnus Baugerud's avatar Magnus Baugerud :clap:
Browse files

GIT COMMIT

parent 73a7039f
No related branches found
No related tags found
No related merge requests found
Pipeline #49712 failed
...@@ -6,8 +6,8 @@ services: ...@@ -6,8 +6,8 @@ services:
# Configure test-database # Configure test-database
variables: variables:
MYSQL_DATABASE: supertestdb MYSQL_DATABASE: magnubau
MYSQL_ROOT_PASSWORD: secret MYSQL_ROOT_PASSWORD: Xu859jfN
# Install node libraries # Install node libraries
before_script: before_script:
......
...@@ -13,12 +13,10 @@ ...@@ -13,12 +13,10 @@
"body-parser": "^1.18.3", "body-parser": "^1.18.3",
"express": "^4.16.3", "express": "^4.16.3",
"fs": "0.0.1-security", "fs": "0.0.1-security",
"mysql": "^2.16.0" "mysql": "^2.16.0",
"jest": "^23.6.0"
}, },
"scripts": { "scripts": {
"test": "jest" "test": "jest"
},
"devDependencies": {
"jest": "^23.6.0"
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment