mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 08:55:44 +01:00
renaming test to it
This commit is contained in:
@@ -294,7 +294,7 @@ describe("users reducer", () => {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
test("should update state correctly according to DELETE_USER action", () => {
|
it("should update state correctly according to DELETE_USER action", () => {
|
||||||
const state = {
|
const state = {
|
||||||
usersByNames: {
|
usersByNames: {
|
||||||
zaphod: {
|
zaphod: {
|
||||||
|
|||||||
Reference in New Issue
Block a user