mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
Expect.js commonjs modules support and tests
This commit is contained in:
Vendored
+6
@@ -214,3 +214,9 @@ declare module Expect {
|
||||
own: Assertion;
|
||||
}
|
||||
}
|
||||
|
||||
declare module "expect.js" {
|
||||
|
||||
export = expect;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user