Michael Jewell

Results 7 issues of Michael Jewell

This library is analogous to `let` in rspec, but there isn't an equivalent for `let!`. We are using it for cypress tests and we almost always want to eagerly evaluate...

Using a DateInput with `onClose` causes `parse` to be called with a Date, but it seems like it is expected to only be called with a string: ```tsx import {...

In Firefox 64.0 at certain widths the modal will render strangely when the `isOpen` prop is toggled to true. The weird second modal disappears when you click anywhere in the...

### Clear and concise description of the problem I want to use `--standalone` as the default behaviour in our test script because it normally doesn't make sense for people to...

enhancement: pending triage

### Describe the bug It looks like you can't use [restoreMocks](https://vitest.dev/config/#restoremocks) and `vi.mock(import('x'), { spy: true })` together because `restoreMocks` will undo the automocks before the tests run. General idea...

p3-minor-bug

If your tsconfig has allowJs / checkJs true then we should be able to run `tsc-files` against js/jsx/cjs/mjs files too. This [line](https://github.com/gustavopch/tsc-files/blob/master/cli.js#L29) filters only for ts/tsx so if you run...

Even though contentful says it adds a dependency on axios at some version, it actually inlines the dependency into the browser, causing potentially unsafe versions to end up in your...