Fabio Crisci
Fabio Crisci
I noticed this because I'm using rollup (+ babel) to transpile ES2015 tests into ES5. With the 'default' configuration, tests are transpiled but then cached, so when I change the...
I just converted from nodeunit to baretest and here's my feedback: ### Failing tests still exit with error code 0 ```js const test = require('baretest')('Sum tests'), assert = require('assert'); test('1...
# ISSUE ## Steps to Reproduce Go to https://www.theguardian.com/world/japan on a mobile phone ## Actual Results (include screenshots)  ## Expected Results (include screenshots) Stars should cover the publication date...
https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API https://developer.mozilla.org/en-US/docs/Web/API/Headers https://developer.mozilla.org/en-US/docs/Web/API/Request https://developer.mozilla.org/en-US/docs/Web/API/Response
I was trying to test clipboard.js in jsdom but the library is not supported because it requires `execCommand` to copy / cut from the page.
The only way to use this package is from the command line `firebase-bolt file-on-disk.bolt` It would be great to be able to run it as a node module ```js const...
Any chance you'd consider adding another data format for [ndjson](http://ndjson.org/)?
Hi I'm having an issue with requests completed after cleaning mocks ``` $.mockjax({ url: '/hello', responseTime: 10000, responseText: "whatever" }); $.get('/hello', function () { console.log('I don't expect to get here');...
Hello, nice project. It would be even better if it was possible to specify a `space` parameter as in `JSON.stringify`. [See here](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify#space_argument) For pretty printing it'll be good to have...