/blanc-karma

A boilerplate for browser modules using karma and webpack

Primary LanguageJavaScriptISC LicenseISC

blanc-karma

A boilerplate for browser modules using karma and webpack

This is a boilerplate for a browser based modules using:

The files contain examples to show the usage of the different tools in your code.

Table of Contents

Description

Run the different tools from npm

  • npm test - Run mocha tests with coverage
  • npm run tdd - Run tests with auto-watch
  • npm run lint - Linting the source

Example ...

Pitfalls

Do not use { "types": "module" } in package.json as karma won't start.

Contribution and License Agreement

If you contribute code to this project, you are implicitly allowing your code to be distributed under the ISC license. You are also implicitly verifying that all code is your original work or correctly attributed with the source of its origin and licence.

License

Copyright (c) 2016 commenthol ([ISC License][])

See LICENSE for more info.

References