mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-05 09:00:12 +08:00
Fix the lower TypeScript version
should-sinon depends on sinon but has a lower required TypeScript version.
This commit is contained in:
2
types/should-sinon/index.d.ts
vendored
2
types/should-sinon/index.d.ts
vendored
@@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/shouldjs/sinon
|
||||
// Definitions by: AryloYeung <https://github.com/Arylo>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
import * as s from "sinon";
|
||||
import should = require("should");
|
||||
|
||||
Reference in New Issue
Block a user