npm.io
0.6.0 • Published 1 year agoCLI

@atlassian/karma-parable-preprocessor

Licence
Apache-2.0
Version
0.6.0
Deps
3
Size
7 kB
Vulns
0
Weekly
0

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"]
    }
}