mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 22:45:45 +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 = {
|
||||
usersByNames: {
|
||||
zaphod: {
|
||||
|
||||
Reference in New Issue
Block a user