We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9ec0f5 commit 7810288Copy full SHA for 7810288
src/harness/harnessGlobals.ts
@@ -5,11 +5,11 @@ import * as ts from "./_namespaces/ts.js";
5
// this will work in the browser via browserify
6
declare global {
7
// Module transform: converted from ambient declaration
8
- var assert: typeof chai.assert;
+ var assert: typeof chai.assert; // eslint-disable-line no-var
9
}
10
11
12
- var expect: typeof chai.expect;
+ var expect: typeof chai.expect; // eslint-disable-line no-var
13
14
globalThis.assert = chai.assert;
15
{
0 commit comments