
This commit introduces Karma test runner which allows running Jasmine-based tests in browsers. Change-Id: I11652f31fb56e9f6ee0dbfd3359259bb3e4f68fd Co-Authored-By: Michael Krotscheck <krotscheck@gmail.com>
3 lines
83 B
JavaScript
3 lines
83 B
JavaScript
require('babel-register');
|
|
module.exports = require('./karma.conf.babel').default;
|