const app = require("../lib/index")
describe('first test', ()=>{
    it('should do something', ()=> {
        app();
    })

})