diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-03-04 18:32:24 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-03-04 18:41:23 +0900 |
commit | 90b83d7b7b99598834466c97e9c74c82cbd25cf3 (patch) | |
tree | f7faf5e1f1b757725ec49c8fdc7493ba3bd503e8 /test/background/reducers | |
parent | 37410b874f89de4907ba038244318129835e8157 (diff) |
hide console on <Esc> and <C-{>
Diffstat (limited to 'test/background/reducers')
-rw-r--r-- | test/background/reducers/setting.test.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/background/reducers/setting.test.js b/test/background/reducers/setting.test.js index 2ef98cb..8df5abe 100644 --- a/test/background/reducers/setting.test.js +++ b/test/background/reducers/setting.test.js @@ -30,7 +30,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'); }); |