mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fixed chai bindings so that now they work with CommonJS; added tests
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