Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mpx-ecology/mpx-jest
- Owner: mpx-ecology
- License: mit
- Created: 2021-09-28T09:05:59.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-14T07:08:48.000Z (about 1 year ago)
- Last Synced: 2024-11-01T02:16:10.150Z (4 months ago)
- Topics: jest, jest-mpx, jest-tests, miniprogram, mpx-jest
- Language: JavaScript
- Homepage:
- Size: 274 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
},
```