1
0
mirror of synced 2025-12-25 02:00:48 -05:00

Added eslint import sorting (#1345)

(meta)
This commit is contained in:
Jirka Svoboda
2020-10-25 20:32:32 +01:00
committed by GitHub
parent c0e88cb509
commit 2efbe7bd51
111 changed files with 361 additions and 343 deletions

View File

@@ -1,7 +1,7 @@
import * as AddDependencyExecutor from "../../src/executors/add-dependency-executor"
import {existsSync} from "fs-extra"
import {spawn} from "cross-spawn"
import {existsSync} from "fs-extra"
import {mocked} from "ts-jest/utils"
import * as AddDependencyExecutor from "../../src/executors/add-dependency-executor"
jest.mock("fs-extra")
jest.mock("cross-spawn")