Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mpx-ecology/mpx-jest

Jest Mpx transformer
https://github.com/mpx-ecology/mpx-jest

jest jest-mpx jest-tests miniprogram mpx-jest

Last synced: 3 months ago
JSON representation

Jest Mpx transformer

Awesome Lists containing this project

README

        

# mpx-jest
Jest transformer for Mpx Single File Components.

## Usage

in jest.config.js file

```
transform: {
'^.+\\.mpx$': '/node_modules/@mpxjs/mpx-jest'
},
```