mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
remove qunit/v1 references in tests (#40866)
references to `v1` in the test files work on Definitely Typed but don't reflect real usage, which specifies versions using package.json. The fix in this case is easy -- switch to current version of qunit. This required some test changes to jquery.bbq, but they were all renames, essentially.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1,4 +1,4 @@
|
||||
/// <reference types="qunit/v1" />
|
||||
/// <reference types="qunit" />
|
||||
import * as ShareDB from 'sharedb';
|
||||
import * as http from 'http';
|
||||
import * as WebSocket from 'ws';
|
||||
|
||||
Reference in New Issue
Block a user