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