Skip to content

Commit 6fc8816

Browse files
committed
lint
1 parent 91621c7 commit 6fc8816

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/util/interpolate.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ describe('interpolate', () => {
123123
expect(i11nFn(0.5)).toBeInstanceOf(Projection);
124124
expect(`${i11nFn(0.5)}`).toBe('["stereographic", "mercator", 0.5]');
125125
});
126-
127126

128127
describe('interpolate variableAnchorOffsetCollection', () => {
129128
const i11nFn = interpolate.variableAnchorOffsetCollection;

0 commit comments

Comments
 (0)