Tyguy7

Results 3 issues of Tyguy7

The provided typescript usage produces a typescript error: ``` import * as basicAuth from 'express-basic-auth' app.use(basicAuth(options), (req: basicAuth.IBasicAuthedRequest, res, next) => { res.end(`Welcome ${req.auth.user} (your password is ${req.auth.password})`) next() })...

Gulp modifies areas of the dom that you don't ask it to. It tries to correct "missing" attributes and also html encodes many characters like greater than and less than....

### Version 3.3.2 ### Steps to reproduce 1. Create any test file 2. Mock any package that is used by dependencies of your project such as "node-fetch" 3. Call jest.mock("package-name")...

Needs Triage
Bug Report
Stale