UNPKG

e-lado

Version:

[![CircleCI](https://circleci.com/gh/sharetribe/sharetribe/tree/master.svg?style=svg)](https://circleci.com/gh/sharetribe/sharetribe/tree/master) [![Dependency Status](https://gemnasium.com/sharetribe/sharetribe.png)](https://gemnasium.com/sharetribe/shar

17 lines (14 loc) 327 B
require('../').install(); function foo() { throw new Error('foo'); } try { foo(); } catch (e) { if (/\bscript\.js\b/.test(e.stack)) { document.body.appendChild(document.createTextNode('Test passed')); } else { document.body.appendChild(document.createTextNode('Test failed')); console.log(e.stack); } }