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

fit-test.js Remove duplicate test #257

Closed
martinfrances107 opened this issue Jan 16, 2022 · 1 comment
Closed

fit-test.js Remove duplicate test #257

martinfrances107 opened this issue Jan 16, 2022 · 1 comment

Comments

@martinfrances107
Copy link
Contributor

This is a really minor issue...

I can see that a test is duplicated

first instance at line line 19, then repeated a line 61

I will generate a PR which removes the version at line 61

it("projection.fitExtent(…) world equirectangular", () => {
  const projection = geoEquirectangular();
  projection.fitExtent([[50, 50], [950, 950]], world);
  assertInDelta(projection.scale(), 143.239449, 1e-6);
  assertInDelta(projection.translate(), [500, 492.000762], 1e-6);
});
martinfrances107 added a commit to martinfrances107/d3-geo that referenced this issue Jan 16, 2022
martinfrances107 added a commit to martinfrances107/d3-geo that referenced this issue Jan 16, 2022
Fil pushed a commit that referenced this issue Jul 1, 2022
@Fil
Copy link
Member

Fil commented Dec 16, 2022

closed by #258.

@Fil Fil closed this as completed Dec 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants