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 dependencies #1375

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

installation ouput warnings due to dependencies #1375

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

Comments

@github-actions
Copy link

expect(installPackageStderr).toBeFalsy();

// FIXME: installation ouput warnings due to dependencies

      await safeExec(testSimpleProjectDir, `yarn install`);
    }, 200000);

    afterEach(() => shouldCleanupAfterTest && deleteFolderRecursive(testSimpleProjectDir));

    it(`Installs ${packageToTest} package`, async () => {
      const {
        code: installPackageCode,
        // stderr: installPackageStderr
      } = await exec(testSimpleProjectDir, `yarn add --dev "file:/${packagePath}"`);

      // FIXME: installation ouput warnings due to dependencies
      // expect(installPackageStderr).toBeFalsy();
      expect(installPackageCode).toBe(0);

      const {
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