Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/havunen/vue2-swc-jest

Vue2 SWC jest compiler
https://github.com/havunen/vue2-swc-jest

Last synced: 18 days ago
JSON representation

Vue2 SWC jest compiler

Awesome Lists containing this project

README

        

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