Skip to content

Why test migration skipped? #548

Open
@andriyor

Description

I have such test

import { expect } from 'chai';

describe('<ActionListCard />', () => {

  it('renders title', () => {
    expect(render().find('.card-header').text()).to.eq('Default Title');
  });
});

By running jest-codemod i select such options

  1. Babel
  2. Chai: Should/Expect BDD Syntax
  3. No, I use import/require statements for my current assertion library
  4. Yes, use the globals provided by Jest (recommended)

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions