Browse Source

dummy unit tests

master
Nicolas Massé 8 years ago
parent
commit
f7f3c65e4a
  1. 4
      package.json

4
package.json

@ -3,7 +3,9 @@
"version": "0.0.1",
"description": "A demo showing CI/CD with 3scale AMP",
"main": "server.js",
"scripts": {},
"scripts": {
"test": "true"
},
"author": "Nicolas MASSE",
"repository": "https://github.com/nmasse-itix/summit-api.git",
"license": "MIT",

Loading…
Cancel
Save