ast.test.js.snap 405 B

1234567891011121314151617181920212223
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`transforms correctly using "fixture-1" data 1`] = `
  3. "module.exports = {
  4. {
  5. objects: are,
  6. super: [yeah, {
  7. test: /\\\\.(js|vue)$/,
  8. loader: 'eslint-loader',
  9. enforce: 'pre',
  10. include: [customObj, 'Stringy'],
  11. options: {
  12. formatter: 'someOption'
  13. }
  14. }],
  15. nice: ':)',
  16. man: () => duper
  17. }
  18. };"
  19. `;