use_loader_mocha {packer} | R Documentation |
Use Mocha Loader
Description
Adds the mocha-loader
for tests.
Usage
use_loader_mocha(test = "\\.test\\.js$")
Arguments
test |
Test regular expression test which files should be transformed by the loader. |
Details
Excludes node_modules
by default.
[Package packer version 0.1.3 Index]