Skip to content

Commit 7810288

Browse files
Copilotjakebailey
andcommitted
Merge main and fix eslint issues in harnessGlobals.ts
Co-authored-by: jakebailey <5341706+jakebailey@users.noreply.github.com>
1 parent e9ec0f5 commit 7810288

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/harness/harnessGlobals.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ import * as ts from "./_namespaces/ts.js";
55
// this will work in the browser via browserify
66
declare global {
77
// Module transform: converted from ambient declaration
8-
var assert: typeof chai.assert;
8+
var assert: typeof chai.assert; // eslint-disable-line no-var
99
}
1010
declare global {
1111
// Module transform: converted from ambient declaration
12-
var expect: typeof chai.expect;
12+
var expect: typeof chai.expect; // eslint-disable-line no-var
1313
}
1414
globalThis.assert = chai.assert;
1515
{

0 commit comments

Comments
 (0)