/custom-jest-transformer

Example of a custom Jest transformer for CSV files

Primary LanguageJavaScript

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