* spec/loose/default switch for template literal transform, update/re-org tests * update readme * flip if statements * consolidate else/if * readme wording modification, updates to examples
4 lines
63 B
JavaScript
4 lines
63 B
JavaScript
const fn = () => `${Symbol()}`;
|
|
|
|
assert.throws(fn, TypeError);
|