Commit 29e7d1f2 authored by Sachinda 's avatar Sachinda

test

parent 3abfd209
Pipeline #8702 failed with stages
//const nano = require('nano')('http://' + couch_user + ':' + couch_password + '@vg_prodsupp_couchdb:5984'); //const nano = require('nano')('http://' + couch_user + ':' + couch_password + '@vg_prodsupp_couchdb:5984');
const hash = require('object-hash'); const hash = require('object-hash');
const Schema = require("validate"); const Schema = require("validate");
const e = require('express');
function generateSchema() { function generateSchema() {
return new Promise(async (resolve, reject) => { return new Promise(async (resolve, reject) => {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"name": "coutch_db_create", "name": "coutch_db_create",
"version": "1.0.0", "version": "1.0.0",
"description": "ls -l", "description": "ls -l",
"main": "coutch_db_create.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment