mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-16 18:26:16 +01:00
apply eslint and prettier rules
This commit is contained in:
@@ -1,16 +1,8 @@
|
||||
import { File, FileChangeType, Hunk } from "./DiffTypes";
|
||||
import {
|
||||
getPath,
|
||||
createHunkIdentifier,
|
||||
createHunkIdentifierFromContext
|
||||
} from "./diffs";
|
||||
import { getPath, createHunkIdentifier, createHunkIdentifierFromContext } from "./diffs";
|
||||
|
||||
describe("tests for diff util functions", () => {
|
||||
const file = (
|
||||
type: FileChangeType,
|
||||
oldPath: string,
|
||||
newPath: string
|
||||
): File => {
|
||||
const file = (type: FileChangeType, oldPath: string, newPath: string): File => {
|
||||
return {
|
||||
hunks: [],
|
||||
type: type,
|
||||
|
||||
Reference in New Issue
Block a user