Mark Wubben

Results 372 comments of Mark Wubben

Building locally seems to help. See https://github.com/leonspok/Irvue-Screensaver/issues/15#issuecomment-457846093.

Interesting! Could perhaps do this as a `t.describe()` which we could then also include in log output in case the test fails. We'd allow only one call per test, and...

> Extending the log output to support descriptives is also a fantastic idea, but may require some additional thought if markdown is passed, right? I'd imagine we render it as...

@panoply where do you think we should start? If we change the display style is that enough, or would you also need the `t.describe()`?

@sindresorhus what do you think?

Thank you @gibson042, very exciting! Note that we're seeing similar CI failures on the `main` branch, so let's not worry about those here.

@gibson042 I should have some time this week to help get this over the line.

> > I agree with almost everything. However, I'm not a big fan of the `PASS:` and `FAIL:` noise. I think the icons are clear enough for the common case...

Project name aside, we don't really use all caps. I've pushed a commit to use lowercase and put it in square brackets. Most of the time, most tests pass. So...

@mikob that's a typical interoperability pattern to make CJS behave like ESM. However now that you're using actual ESM, it does not behave the way you expect. See https://nodejs.org/api/esm.html#esm_import_statements: >...