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

installation ouput warnings due to create-react-app #1377

Open
github-actions bot opened this issue Aug 29, 2024 · 0 comments · May be fixed by #1383
Open

installation ouput warnings due to create-react-app #1377

github-actions bot opened this issue Aug 29, 2024 · 0 comments · May be fixed by #1383
Assignees
Labels
bug Something isn't working todo

Comments

@github-actions
Copy link

expect(stderrCode).toBeFalsy();

// FIXME: installation ouput warnings due to create-react-app

      const {
        code: installCode,
        // stderr: stderrCode,
        stdout,
      } = await exec(testMonorepoProjectDir, "yarn ts-dev-tools install");

      expect(stdout).toMatchSnapshot();
      // FIXME: installation ouput warnings due to create-react-app
      // expect(stderrCode).toBeFalsy();
      expect(installCode).toBe(0);

      const packageJson = PackageJson.fromDirPath(testMonorepoProjectDir);
@github-actions github-actions bot added bug Something isn't working todo labels Aug 29, 2024
@neilime neilime self-assigned this Aug 30, 2024
@neilime neilime linked a pull request Aug 30, 2024 that will close this issue
@escemi-tech escemi-tech deleted a comment from github-actions bot Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working todo
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant