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

Fix sci e integration test #459

Merged
merged 9 commits into from
Feb 25, 2024
Prev Previous commit
Next Next commit
revert(tests): remove redundant comment
  • Loading branch information
MariamKhalatova committed Feb 23, 2024
commit be44e19e5f0d3b72a178dcd4f57ff05e99646191
1 change: 0 additions & 1 deletion src/__tests__/integration/scenarios/sci-e.ts
Original file line number Diff line number Diff line change
@@ -60,7 +60,6 @@ describe('integration/sci-e', () => {
expect(path.energy).toEqual(sum);
});

//after
afterAll(() => {
return npmUninstallPackage('@grnsft/if-models');
}, 15000);
Loading