Skip to content

jmarceli/custom-jest-transformer

Repository files navigation

Custom Jest transformer example

For more detailed info check my blog post https://www.grzegorowski.com/custom-jest-transformer

Building and running on localhost

First install dependencies:

npm install

To create a production build:

npm run build-prod

To create a development build:

npm run build-dev

Running

node dist/bundle.js

Testing

npm run test

License

MIT


author: Jan Grzegorowski

About

Example of a custom Jest transformer for CSV files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors