mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 19:07:08 +00:00
fixed some tests for npm module
This commit is contained in:
parent
f730d125d0
commit
526b68f31a
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user