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:
Nathan Shively-Sanders
2019-12-05 15:18:58 -08:00
committed by GitHub
parent 7f9ef75bff
commit eee201b2ad
2 changed files with 416 additions and 419 deletions
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -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';