Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-1262 Blocked count for Categories respects trust/restrict/pause #133

Merged
merged 2 commits into from Jul 12, 2018
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Prev
fix broken unit test
  • Loading branch information
IAmThePan committed Jul 12, 2018
commit cef671a66e45d5425d5a871b1e429e8be98fc71b
@@ -81,13 +81,15 @@ describe('app/panel/reducers/summary.js', () => {

const initState = Immutable({
pageHost: 'www.cnn.com',
pageUrl: '',
sitePolicy: 2,
site_blacklist: [],
site_whitelist: ['cnn.com']
});

expect(summaryReducer(initState, action)).toEqual({
pageHost: 'www.cnn.com',
pageUrl: '',
sitePolicy: 1,
site_blacklist: ['cnn.com'],
site_whitelist: []
ProTip! Use n and p to navigate between commits in a pull request.