karma-parable-preprocessor
v1.0.0
Published
Karma preprocessor for use with [Parable](https://www.npmjs.com/package/parable). See the [Parable README](https://bitbucket.org/atlassian/parable/src/master/README.md) for more information about the options you can pass to Parable.
Downloads
15
Keywords
Readme
Parable Karma Preprocessor
Karma preprocessor for use with Parable. See the Parable README for more information about the options you can pass to Parable.
This documentation is still a work in progress.
Usage
Need to flesh this out a lot, but basically you need to add a preprocessor to your Karma config:
{
"preprocessors": {
"src/**/*.+(js|jsx)": ["parable"]
}
}