7.0.1 • Published 2 months ago

@bedrock/karma v7.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 months ago

bedrock-karma

Karma test framework for bedrock modules

Quick Examples

npm install @bedrock/karma
import {config} from `@bedrock/core`;

// 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

License

Apache License, Version 2.0 Copyright 2011-2024 Digital Bazaar, Inc.

Other Bedrock libraries are available under a non-commercial license for uses such as self-study, research, personal projects, or for evaluation purposes. See the Bedrock Non-Commercial License v1.0 for details.

Commercial licensing and support are available by contacting Digital Bazaar support@digitalbazaar.com.