it('should not mutate the state', () => {
                const originalState = [];
                registerAction(testActions, 'roc-package-b', originalState);

                expect(originalState.length)