зеркало из https://github.com/mozilla/web-ext.git
chore(deps-dev): bump eslint-plugin-import from 2.29.1 to 2.30.0 (#3239)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Luca Greco <luca.greco@alcacoop.it>
This commit is contained in:
Родитель
35e4de28e0
Коммит
8300373922
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -105,7 +105,7 @@
|
|||
"deepcopy": "2.1.0",
|
||||
"eslint": "8.57.0",
|
||||
"eslint-plugin-async-await": "0.0.0",
|
||||
"eslint-plugin-import": "2.29.1",
|
||||
"eslint-plugin-import": "2.30.0",
|
||||
"fs-extra": "11.2.0",
|
||||
"git-rev-sync": "3.0.2",
|
||||
"html-entities": "2.5.2",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
import chai from 'chai';
|
||||
import { use as chaiUse } from 'chai';
|
||||
import chaiAsPromised from 'chai-as-promised';
|
||||
|
||||
// Enable chai-as-promised plugin.
|
||||
chai.use(chaiAsPromised);
|
||||
chaiUse(chaiAsPromised);
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import EventEmitter from 'events';
|
||||
|
||||
import chai from 'chai';
|
||||
import { assert } from 'chai';
|
||||
import { afterEach, describe, it } from 'mocha';
|
||||
import * as sinon from 'sinon';
|
||||
|
||||
|
@ -36,8 +36,6 @@ ${fakeSocketFilePrefix} /dev/socket/mdns
|
|||
${fakeSocketFilePrefix} ${fakeRDPUnixSocketFile}
|
||||
`;
|
||||
|
||||
const { assert } = chai;
|
||||
|
||||
function getFakeADBKit({ adbClient = {}, adbkitUtil = {}, adbDevice = {} }) {
|
||||
const fakeTransfer = new EventEmitter();
|
||||
const adbUtilReadAllStub = sinon.stub();
|
||||
|
|
Загрузка…
Ссылка в новой задаче