it('should send next exist file without processing', function (done) {
        chai.request("http://localhost:9999")
            .get('/stubs/skipProcessing/not-found')
            .then(res => {
                expect(res.status).toBe(200);