Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why test migration skipped? #548

Open
andriyor opened this issue Aug 27, 2023 · 0 comments
Open

Why test migration skipped? #548

andriyor opened this issue Aug 27, 2023 · 0 comments

Comments

@andriyor
Copy link

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant