Merge pull request #6412 from tkrotoff/karma-refactoring

karma.d.ts refactoring
This commit is contained in:
Masahiro Wakame
2015-10-27 00:39:03 +09:00
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
/// <reference path="../log4js/log4js.d.ts" />
declare module 'karma' {
// See Karma public API https://karma-runner.github.io/0.12/dev/public-api.html
// See Karma public API https://karma-runner.github.io/0.13/dev/public-api.html
import Promise = require('bluebird');
import https = require('https');
import log4js = require('log4js');