2.4.0 • Published 2 years ago

bedrock-karma v2.4.0

Weekly downloads
204
License
-
Repository
github
Last release
2 years ago

bedrock-karma

Karma test framework for bedrock modules

Quick Examples

npm install bedrock-karma
const {config} = bedrock;

// add karma tests for your module/project to your config file
config.karma.suites['bedrock-foo'] = '/foo/test/tests/**/*.js';

Configuration

For more documentation on configuration, see config.js.

Reference

bedrock

karma