Mike Dvorscak
Mike Dvorscak
Fixes #12 Switched to karma + chrome headless + sinon
### Actual behavior ### After cloning and running `yarn install && npm run test` you get the following error: > [email protected] test /home/mike/projects/appmetrics.js > ./node_modules/mocha/bin/mocha > > /home/mike/projects/appmetrics.js/test/test.js:4 > const...
In the first paint example ```js /** * Returns the browser's first paint metric (if available). * @return {number} The first paint time in ms. */ function getFirstPaintIfSupported() {/* ......
Do you have any recommendations for flat cursor themes?
Not sure if this is expected behavior or not, but when creating a custom plugin I noticed that the first argument was always super_fn, regardless if the function existed or...
When running this tool I get: Unable to map 4270596 / 6575223 bytes (64.95%) printed to the console. The report still generates, but most of my bundle is 'unmapped'. This...
Currently when I follow the example in the README ```js var request = require('request'); var path = require( 'path' ); var criticalcss = require("criticalcss"); var fs = require('fs'); var tmpDir...
Related to #1, I can't seem to get the nyc coverage reports working correctly. In this fork: https://github.com/mdvorscak/vue-test-utils-ava-example I added nyc, partially following https://github.com/avajs/ava/blob/master/docs/recipes/code-coverage.md . If you checkout the fork...