mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 08:25:44 +01:00
renaming of repository-types files to repositoryTypes
This commit is contained in:
@@ -499,7 +499,7 @@ describe("repos fetch", () => {
|
||||
status: 204
|
||||
});
|
||||
|
||||
let editedFjords = {...slartiFjords};
|
||||
let editedFjords = { ...slartiFjords };
|
||||
editedFjords.description = "coast of africa";
|
||||
|
||||
const store = mockStore({});
|
||||
@@ -516,7 +516,7 @@ describe("repos fetch", () => {
|
||||
status: 204
|
||||
});
|
||||
|
||||
let editedFjords = {...slartiFjords};
|
||||
let editedFjords = { ...slartiFjords };
|
||||
editedFjords.description = "coast of africa";
|
||||
|
||||
const store = mockStore({});
|
||||
|
||||
@@ -14,8 +14,8 @@ import {
|
||||
getRepositoryTypes,
|
||||
isFetchRepositoryTypesPending,
|
||||
shouldFetchRepositoryTypes
|
||||
} from "./repository-types";
|
||||
import reducer from "./repository-types";
|
||||
} from "./repositoryTypes";
|
||||
import reducer from "./repositoryTypes";
|
||||
|
||||
const git = {
|
||||
name: "git",
|
||||
Reference in New Issue
Block a user