We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2122166 commit e31db52Copy full SHA for e31db52
docker/release/Dockerfile.specs
@@ -9,7 +9,7 @@ COPY microtrader-specs/package.json /app/
9
WORKDIR /app
10
11
# Install application dependencies
12
-RUN npm install -g mocha && \
+RUN npm install -g mocha@5.2.0 && \
13
npm install
14
15
# Copy tests
microtrader-specs/package.json
@@ -13,8 +13,8 @@
"chai": "3.5.0",
"chai-as-promised": "5.3.0",
"chai-json-schema": "1.4.0",
16
- "mocha": "2.5.3",
17
- "mocha-jenkins-reporter": "0.1.9",
+ "mocha": "5.2.0",
+ "mocha-jenkins-reporter": "0.4.1",
18
"superagent": "3.7.0",
19
"superagent-promise": "1.1.0",
20
"vertx3-eventbus-client": "3.5.4",
0 commit comments