mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 23:15:43 +01:00
apply eslint and prettier rules
This commit is contained in:
@@ -1,9 +1,4 @@
|
||||
import {
|
||||
BackendError,
|
||||
UnauthorizedError,
|
||||
createBackendError,
|
||||
NotFoundError
|
||||
} from "./errors";
|
||||
import { BackendError, UnauthorizedError, createBackendError, NotFoundError } from "./errors";
|
||||
|
||||
describe("test createBackendError", () => {
|
||||
const earthNotFoundError = {
|
||||
|
||||
Reference in New Issue
Block a user