mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-25 11:11:46 +08:00
Merge pull request #6412 from tkrotoff/karma-refactoring
karma.d.ts refactoring
This commit is contained in:
Vendored
+1
-1
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user