UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

12 lines 557 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var actions_1 = require("../actions"); var reducers_1 = require("../reducers"); describe('Auto allocation reducer', function () { it('should save auto allocation global in the state', function () { var action = actions_1.setAutoAllocationGlobal(true); var state = reducers_1.autoAllocationReducer(reducers_1.initialAutoAllocationState, action); expect(state.autoAllocationGlobal).toEqual(true); }); }); //# sourceMappingURL=auto.reducer.spec.js.map