We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f475fa commit 17342b9Copy full SHA for 17342b9
1 file changed
test/history.analytics.test.ts
@@ -39,6 +39,7 @@ describe('History analytics wrappers (mocked)', () => {
39
}));
40
41
// Import after mocks are in place
42
+ // eslint-disable-next-line @typescript-eslint/no-var-requires
43
const history = require('../src/analytics/history');
44
45
const gridUserEntries = history.readGrid3HistoryForUser('alice');
0 commit comments