Remove unused eslint-disable
s
This commit is contained in:
@@ -1,18 +1,16 @@
|
||||
// Copyright 2021 Signal Messenger, LLC
|
||||
// Copyright 2021-2022 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
/* global window */
|
||||
|
||||
const { ipcRenderer } = require('electron');
|
||||
const fastGlob = require('fast-glob');
|
||||
|
||||
window.assert = require('chai').assert;
|
||||
|
||||
// This is a hack to let us run TypeScript tests in the renderer process. See the
|
||||
// code in `test/index.html`.
|
||||
|
||||
/* eslint-disable global-require, import/no-extraneous-dependencies */
|
||||
const fastGlob = require('fast-glob');
|
||||
|
||||
window.test = {
|
||||
onComplete(info) {
|
||||
return ipcRenderer.invoke('ci:test-electron:done', info);
|
||||
|
Reference in New Issue
Block a user