mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
[jquery-mockjaw] Update to target @types/jquery v3.
This commit is contained in:
parent
64f1e27c15
commit
6530fe0e1a
3
types/jquery-mockjax/index.d.ts
vendored
3
types/jquery-mockjax/index.d.ts
vendored
@ -2,6 +2,9 @@
|
||||
// Project: https://github.com/jakerella/jquery-mockjax
|
||||
// Definitions by: Laszlo Jakab <https://github.com/laszlojakab/>, Vladimir Đokić <https://github.com/vladeck/>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="jquery" />
|
||||
|
||||
interface MockJaxSettingsHeaders {
|
||||
[key: string]: string;
|
||||
|
||||
@ -1,7 +1,5 @@
|
||||
/// <reference types="qunit" />
|
||||
|
||||
import $ = require('jquery');
|
||||
|
||||
class Tests {
|
||||
private _noErrorCallbackExpected: (jqXHR: JQueryXHR, textStatus: string, errorThrown: string) => any;
|
||||
private _defaultMockjaxSettings: MockJaxSettings;
|
||||
|
||||
@ -12,11 +12,6 @@
|
||||
"typeRoots": [
|
||||
"../"
|
||||
],
|
||||
"paths": {
|
||||
"jquery": [
|
||||
"jquery/v2"
|
||||
]
|
||||
},
|
||||
"types": [],
|
||||
"noEmit": true,
|
||||
"forceConsistentCasingInFileNames": true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user