Havunen / vue2-swc-jest

Vue2 SWC jest compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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,
      },
    },
  },

About

Vue2 SWC jest compiler

License:MIT License


Languages

Language:JavaScript 100.0%