mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-21 00:59:29 +00:00
Fix getting the default state.
This commit is contained in:
parent
410cc67c13
commit
de1a3a5693
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ import reducer from "./reducers";
|
|||
import { getEqfData } from "./selectors";
|
||||
describe("getEqfData", () => {
|
||||
it("can extract EQF data from the current state", () => {
|
||||
const state = reducer();
|
||||
const state = reducer(undefined, { type: "@@INIT" });
|
||||
//state = reducer(state, { type: "SET_BAND_VALUE", band: 60, value: 100 });
|
||||
const actual = getEqfData(state);
|
||||
const expected = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue