Files
create-react-app/packages/react-error-overlay/fixtures/inline.es6.mjs
Joe Haddad 942cf6230c Adds tests for the overlay (#2118)
* Add get-source-map tests

* Fixtures shouldn't be formatted

* Add mapper tests

* Add stack-frame tests

* Add more util tests

* Add unmapper tests

* Add parser tests

* Switch to snapshots

* Snapshot more
2017-05-11 14:00:20 +01:00

6 lines
56 B
JavaScript

function foo() {
console.log('bar')
}
export { foo }