Files
js-openstack-lib/karma.conf.js
Vitaly Kramskikh 6f1a300585 Added Karma integration
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>
2016-07-19 12:19:35 -07:00

3 lines
83 B
JavaScript

require('babel-register');
module.exports = require('./karma.conf.babel').default;