aboutsummaryrefslogtreecommitdiff
path: root/test/background/reducers/setting.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/background/reducers/setting.test.js')
-rw-r--r--test/background/reducers/setting.test.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/background/reducers/setting.test.js b/test/background/reducers/setting.test.js
index 2ef98cb..24d02ea 100644
--- a/test/background/reducers/setting.test.js
+++ b/test/background/reducers/setting.test.js
@@ -1,4 +1,3 @@
-import { expect } from "chai";
import actions from 'background/actions';
import settingReducer from 'background/reducers/setting';
@@ -30,7 +29,6 @@ describe("setting reducer", () => {
};
state = settingReducer(state, action);
- console.log(state);
expect(state.value.properties).to.have.property('smoothscroll', true);
expect(state.value.properties).to.have.property('encoding', 'utf-8');
});