vue2-swc-jest

0.2.1 • Public • Published

vue2-swc-jest

SWC - Jest transformer for Vue Single File Components.

This plugin is designed to be used with @swc/jest

This plugin exists to replace babel from jest - vue compilation process using SWC.

Jest configuration:

  transform: {
    '\\.ts$': '@swc/jest',
    '\\.vue$': 'vue2-swc-jest',
  },
  globals: {
    'vue2-swc-jest': {
      templateCompiler: {
        prettify: false,
      },
    },
  },

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.2.1
    69
    • latest

Version History

Package Sidebar

Install

npm i vue2-swc-jest

Weekly Downloads

71

Version

0.2.1

License

MIT

Unpacked Size

66.7 kB

Total Files

5

Last publish

Collaborators

  • havunen