summaryrefslogtreecommitdiff
path: root/@linaria/packages/babel/__tests__/__snapshots__/dynamic-import-noop.test.js.snap
blob: 02d59d1471a1476ef9e5bdfa8ae9adfda2092703 (plain)
1
2
3
4
5
6
7
8
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`replaces dynamic imports with a noop 1`] = `
"({
  then: () => undefined,
  catch: () => undefined
}).then(foo => foo.init());"
`;