Demonstrates the VS Code problem matchers for Karma with various browsers and reporters.
- src - a module exporting a function with a unit test
- util - the common part of the Karma configuration
- test-jasmine - uses the latest version of Jasmine, which is currently 3
- test-jasmine2 - uses one of the original versions of Jasmine 2 compatible with 2.0; more recent versions like 2.99 modified the output to match Jasmine 3
- test-jasmine1 - uses one of the original versions of Jasmine 1, which was 1.3.1 the ;atest
- test-mocha-assert - uses Mocha with a standard test-assert library like power-assert, but without the instrumentation of the assertion output
- test-mocha-chai - uses Mocha with Chai
- test-mocha-expect - uses Mocha with Expect
- test-mocha-power-assert - uses Mocha with power-assert, with the instrumentation of the assertion output
- test-mocha-should - uses Mocha with should.js