Add some basic test suites

This commit is contained in:
2019-09-15 13:15:21 +05:30
parent f3842d3901
commit 2e57ebe609
2 changed files with 25 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ const processing = require('./processing')
const busboy = require('connect-busboy')
// Import settings
let settings = JSON.parse(fs.readFileSync("settings.json"))
const settings = JSON.parse(fs.readFileSync("settings.json"))
app = express()
app.use(bodyParser.urlencoded({extended:false}))