Maximilian Antoni

Results 155 comments of Maximilian Antoni

This does the trick for now: ```bash chokidar '**/*.js' -c 'npm t' --initial --silent ``` If anyone wants to include that into the mochfiy implementation, development has moved here: https://github.com/mochify-js

Because IE 11 somehow managed to show an empty dot report with the mocha default character. I’d be happy to remove this if there’s a better option.

I tried to find the original issue but no luck, also not in Mochify. It’s been like this for a long time. It might have been a PhantomJS related issue...

I ran some checks and cannot find any issues anymore. Works fine in IE 11 and Edge without overriding the symbol. Feel free to remove.

Alternatively, we could prepare values with `Object.prototype.toString.call(value)`.

This bugs me too. I've created a minimal reproducible test case: ```js const choo = require('choo'); const html = require('choo/html'); const app = choo(); app.use(() => {}); app.use(() => {});...

I finally manager to get a new Mochify release out and updated this PR. I have no idea why the selenium job is skipped. Anyone? Happy Christmas 🎄

After a small adjustment, tests now also pass in all browsers, including Safari. Unfortunately Safari does not include the function name in the `err.stack`, so I had to make some...

@tlvince Thank you for the update. I'm currently a little under water with work, so won't have time to implement this myself. If anyone wants to take a look, I'm...

@amritk Awesome! - So first of all we should use the same opt-in behaviour as eslint, which is checking for `ESLINT_USE_FLAT_CONFIG`. - If I understand [the docs](https://eslint.org/docs/latest/use/configure/configuration-files-new#configuration-file) correctly, we have...