We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
expect(installPackageStderr).toBeFalsy();
ts-dev-tools/packages/core/src/core.spec.e2e.ts
Line 67 in a47783a
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 {
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
expect(installPackageStderr).toBeFalsy();
ts-dev-tools/packages/core/src/core.spec.e2e.ts
Line 67 in a47783a
The text was updated successfully, but these errors were encountered: