test('removeTagFromFilter action should be created', () => {
    expect(snippetsActions.removeTagFromFilter('#tag2')).toEqual({
      meta: {
        tag: '#tag2'
      },