Skip to content

Instantly share code, notes, and snippets.

View lorenzofox3's full-sized avatar

RENARD Laurent lorenzofox3

View GitHub Profile
@lorenzofox3
lorenzofox3 / index.js
Last active October 8, 2019 20:11
bail out due to error with custom runner
require('./throw-inside.js');
// require('./throw-outside.js'); // uncomment to check
const {report} = require('./test-runner.js');
report();