Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a5d10b4

Browse files
committed
Fixed lint issue in tests.
1 parent 30e927b commit a5d10b4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/apply-defaults.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,6 @@ describe("apply defaults", () => {
276276
expect(chartDef.plotConfig.y!.max).toBe(300);
277277
});
278278

279-
280279
it("y2 min can be passed through", () => {
281280

282281
const inputChartDef: any = {

0 commit comments

Comments
 (0)