mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-01 09:01:04 +08:00
* 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
6 lines
56 B
JavaScript
6 lines
56 B
JavaScript
function foo() {
|
|
console.log('bar')
|
|
}
|
|
|
|
export { foo }
|