mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #2459 from chaser92/master
Added quotes so that it compiles with Node.js
This commit is contained in:
Vendored
-4
@@ -129,7 +129,3 @@ declare module chai {
|
||||
|
||||
//browser global
|
||||
declare var assert:chai.Assert;
|
||||
|
||||
declare module 'chai' {
|
||||
export = chai;
|
||||
}
|
||||
|
||||
Vendored
+4
@@ -162,3 +162,7 @@ declare module chai {
|
||||
(constructor: Function, expected?: RegExp, message?: string): Expect;
|
||||
}
|
||||
}
|
||||
|
||||
declare module "chai" {
|
||||
export = chai;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user