describe('COMPONENTS - <Loading>', () => {
  test('render Loading', () => {
    const component = setup({ color: baseAppColor });

    expect(component).toMatchSnapshot();