0.5.8 • Published 6 years ago

typewebjest v0.5.8

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

type(script)web(pack)jest helpers

There's documentation that has you creating a bunch of files. Here are files you can use without polluting your pristine project.

Usage, in your jest config:

...
    setupFiles: ['typewebjest/polyfills'],
...
    transform: {
        '^.+\\.(js|jsx|ts|tsx)$': 'typewebjest/transforms/ts',
        '^.+\\.css$': 'typewebjest/transforms/css',
        '^(?!.*\\.(js|jsx|mjs|css|json)$)': 'typewebjest/transforms/file'
    },
...
0.5.8

6 years ago

0.5.7

6 years ago

0.5.6

6 years ago

0.5.5

6 years ago

0.5.3

6 years ago

0.5.2

6 years ago

0.5.1

6 years ago

0.5.0

6 years ago