Simen Bekkhus
Simen Bekkhus
### Is your feature request related to a problem? Please describe. I'd like to call `close` on all grpc clients when the app is shutting down, and wait for the...
#### Purpose (TL;DR) - mandatory Failing test from https://github.com/sinonjs/fake-timers/pull/375#issuecomment-919976426. By not resetting, the counter is not tied to a specific clock but rather then entire `withGlobal`. I'll push a second...
#### Purpose (TL;DR) - mandatory It's very weird to me that this method is excluded from default mocking. I've read #126 and to me the solution seems to be for...
* FakeTimers version : 6.0.1 * Environment : N/A * Example URL : N/A * Other libraries you are using: None Repo: https://github.com/tc39/proposal-temporal/ We should support faking out usage of...
`jest-matchers` has been renamed to `expect` and `jest-circus` is on a 22 version. If later versions of `jest-circus` does _not_ work in the browser, please open up an issue 🙂
I haven't written any tests in case you are not interested in this. The use case is to provide formatters over npm, instead of maintaining them within CSSLint core. Usage:...
Given the following Dockerfile ```Dockerfile FROM node:16.16.0-alpine3.16 ENTRYPOINT "sh" RUN apk add --no-cache \ python3 \ build-base \ cmake \ cairo-dev \ jpeg-dev \ pango-dev \ git WORKDIR /app #...
Hiya! 👋 This might very well be on purpose, and if so feel free to close this issue. For background, I'm currently working on ESM support in Jest. We implement...
Thanks for this! I would love to be able to run this script over all markdown files in my project, but I'd like to just pass in a directory, or...
Hey. When running a template through this plugin, stuff like ``` hbs {{name}} is kewl! What is even life ``` Doesn't replace the `src` with a require, like `html-loader` does....