mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-03-29 17:08:21 +08:00
fixed some tests for npm module
This commit is contained in:
@@ -10,6 +10,6 @@ function foo () {
|
||||
}
|
||||
|
||||
e = new AssertionError(str);
|
||||
e = new AssertionError(str, {a:1, b2});
|
||||
e = new AssertionError(str, {a:1, b2}, foo);
|
||||
e = new AssertionError(str, {a:1, b:2});
|
||||
e = new AssertionError(str, {a:1, b:2}, foo);
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/// <reference path="detect-indent-tests.d.ts" />
|
||||
/// <reference path="detect-indent.d.ts" />
|
||||
|
||||
import di = require('detect-indent');
|
||||
|
||||
2
source-map-support/source-map-support.d.ts
vendored
2
source-map-support/source-map-support.d.ts
vendored
@@ -4,5 +4,5 @@
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare module 'source-map-support' {
|
||||
export function install();
|
||||
export function install(): any;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user