Simen Bekkhus
Simen Bekkhus
Note that you can run jest with [`injectGlobals: false`](https://jestjs.io/docs/configuration#injectglobals-boolean) and at least get runtime errors today. I doubt we'll ever change the default, but who knows 🙂 It's at least...
we can export them, sure. @G-Rath looked into it at some point I believe
I'm afraid I don't understand the issue here >I think it ought to be configurable. Configurable in what way?
Aha, gotcha. Wanna send a PR? I'm not sure how this is normally handled
Happy to remove it if it's not needed. Give it a go? 😀
is this one still alive? 🙂
I'm fine with either wording, @G-Rath wdyt?
> (@SimenB we should make sure that `pref` actually triggers a release before merging this 😅) It should trigger a patch release, looking at https://github.com/semantic-release/commit-analyzer/blob/ad3079b515be8266da02cc6dc64f765dd8aaf509/lib/default-release-rules.js#L12
Bad example, should be ```js test('some test', done => { setTimeout(() => { expect(false).toBe(true); done(); }, 10); }); ``` You'd never use `done` in a synchronous test, as there's nothing...
Yeah, go for it!