We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fc3da5 commit 7b74c4bCopy full SHA for 7b74c4b
1 file changed
Makefile
@@ -195,6 +195,7 @@ test-javascript: build-javascript
195
npm install -g mocha
196
npm install validator
197
cd clients/javascript/generated/ && \
198
+ npm install --dev && \
199
npm run test
200
mocha --timeout 5000 test/javascript/
201
0 commit comments