it('should create an action to add a news notification', () => {
    const notification = { id: 1, message: 'New news notification!' };
    const expectedAction = {
      type: ADD_NEWS_NOTIFICATION,
      notification