Skip to content

Commit 8017de0

Browse files
committed
Formatting fixes
1 parent a24345c commit 8017de0

File tree

35 files changed

+39
-36
lines changed

35 files changed

+39
-36
lines changed

packages/victory-area/jest.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import rootConfig from '../../test/jest.config';
1+
import rootConfig from "../../test/jest.config";
22

33
export default {
44
...rootConfig,

packages/victory-area/src/victory-area.test.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Helpers } from "victory-core";
55
import { curveCatmullRom } from "victory-vendor/d3-shape";
66

77
import { calculateD3Path } from "../../../test/helpers/svg";
8-
import { Area } from './area';
8+
import { Area } from "./area";
99
import { VictoryArea, VictoryAreaProps } from "./victory-area";
1010

1111
describe("components/victory-area", () => {

packages/victory-axis/jest.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import rootConfig from '../../test/jest.config';
1+
import rootConfig from "../../test/jest.config";
22

33
export default {
44
...rootConfig,

packages/victory-bar/jest.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import rootConfig from '../../test/jest.config';
1+
import rootConfig from "../../test/jest.config";
22

33
export default {
44
...rootConfig,

packages/victory-bar/src/geometry-helper-methods.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { circle, point } from './geometry-helper-methods';
1+
import { circle, point } from "./geometry-helper-methods";
22

33
describe("point", () => {
44
describe("calculates distances", () => {

packages/victory-bar/src/victory-bar.test.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import { VictoryChart } from "victory-chart";
44
import { Helpers } from "victory-core";
55

66
import { isBar, getBarHeight } from "../../../test/helpers";
7-
import { Bar } from './bar';
8-
import { VictoryBar } from './victory-bar';
7+
import { Bar } from "./bar";
8+
import { VictoryBar } from "./victory-bar";
99

1010
describe("components/victory-bar", () => {
1111
describe("default component rendering", () => {

packages/victory-box-plot/jest.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import rootConfig from '../../test/jest.config';
1+
import rootConfig from "../../test/jest.config";
22

33
export default {
44
...rootConfig,

packages/victory-brush-container/jest.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import rootConfig from '../../test/jest.config';
1+
import rootConfig from "../../test/jest.config";
22

33
export default {
44
...rootConfig,

packages/victory-brush-line/jest.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import rootConfig from '../../test/jest.config';
1+
import rootConfig from "../../test/jest.config";
22

33
export default {
44
...rootConfig,

packages/victory-candlestick/jest.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import rootConfig from '../../test/jest.config';
1+
import rootConfig from "../../test/jest.config";
22

33
export default {
44
...rootConfig,

packages/victory-canvas/jest.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import rootConfig from '../../test/jest.config';
1+
import rootConfig from "../../test/jest.config";
22

33
export default {
44
...rootConfig,

packages/victory-chart/jest.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import rootConfig from '../../test/jest.config';
1+
import rootConfig from "../../test/jest.config";
22

33
export default {
44
...rootConfig,

packages/victory-create-container/jest.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import rootConfig from '../../test/jest.config';
1+
import rootConfig from "../../test/jest.config";
22

33
export default {
44
...rootConfig,

packages/victory-cursor-container/jest.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import rootConfig from '../../test/jest.config';
1+
import rootConfig from "../../test/jest.config";
22

33
export default {
44
...rootConfig,

packages/victory-errorbar/jest.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import rootConfig from '../../test/jest.config';
1+
import rootConfig from "../../test/jest.config";
22

33
export default {
44
...rootConfig,

packages/victory-errorbar/src/victory-errorbars.test.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,7 @@ describe("components/victory-errorbar", () => {
10291029
/>,
10301030
);
10311031
const svg = container.querySelector("svg");
1032-
if(svg) fireEvent.click(svg);
1032+
if (svg) fireEvent.click(svg);
10331033
expect(clickHandler).toBeCalled();
10341034
});
10351035

packages/victory-group/jest.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import rootConfig from '../../test/jest.config';
1+
import rootConfig from "../../test/jest.config";
22

33
export default {
44
...rootConfig,

packages/victory-histogram/jest.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import rootConfig from '../../test/jest.config';
1+
import rootConfig from "../../test/jest.config";
22

33
export default {
44
...rootConfig,

packages/victory-legend/jest.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import rootConfig from '../../test/jest.config';
1+
import rootConfig from "../../test/jest.config";
22

33
export default {
44
...rootConfig,

packages/victory-line/jest.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import rootConfig from '../../test/jest.config';
1+
import rootConfig from "../../test/jest.config";
22

33
export default {
44
...rootConfig,

packages/victory-line/src/curve.test.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import * as d3Scale from "victory-vendor/d3-scale";
33
import { render } from "@testing-library/react";
44

55
import { SVGWrapper } from "../../../test/helpers";
6-
import { Curve } from './curve';
6+
import { Curve } from "./curve";
77

88
describe("victory-primitives/curve", () => {
99
const baseProps = {

packages/victory-native/jest.config.ts

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
const BABEL_TRANSFORM = ["babel-jest", { configFile: '../../.babelrc.native.js' }];
1+
const BABEL_TRANSFORM = [
2+
"babel-jest",
3+
{ configFile: "../../.babelrc.native.js" },
4+
];
25

36
const jestConfig = {
47
preset: "ts-jest",

packages/victory-pie/jest.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import rootConfig from '../../test/jest.config';
1+
import rootConfig from "../../test/jest.config";
22

33
export default {
44
...rootConfig,

packages/victory-pie/src/slice.test.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { render } from "@testing-library/react";
22
import React from "react";
33
import { SVGWrapper } from "../../../test/helpers";
4-
import { Slice } from '.';
4+
import { Slice } from ".";
55

66
describe("victory-primitives/slice", () => {
77
describe("rendering", () => {

packages/victory-polar-axis/jest.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import rootConfig from '../../test/jest.config';
1+
import rootConfig from "../../test/jest.config";
22

33
export default {
44
...rootConfig,

packages/victory-scatter/jest.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import rootConfig from '../../test/jest.config';
1+
import rootConfig from "../../test/jest.config";
22

33
export default {
44
...rootConfig,

packages/victory-selection-container/jest.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import rootConfig from '../../test/jest.config';
1+
import rootConfig from "../../test/jest.config";
22

33
export default {
44
...rootConfig,

packages/victory-shared-events/jest.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import rootConfig from '../../test/jest.config';
1+
import rootConfig from "../../test/jest.config";
22

33
export default {
44
...rootConfig,

packages/victory-stack/jest.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import rootConfig from '../../test/jest.config';
1+
import rootConfig from "../../test/jest.config";
22

33
export default {
44
...rootConfig,

packages/victory-tooltip/jest.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import rootConfig from '../../test/jest.config';
1+
import rootConfig from "../../test/jest.config";
22

33
export default {
44
...rootConfig,

packages/victory-vendor/jest.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import rootConfig from '../../test/jest.config';
1+
import rootConfig from "../../test/jest.config";
22

33
export default {
44
...rootConfig,

packages/victory-voronoi-container/jest.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import rootConfig from '../../test/jest.config';
1+
import rootConfig from "../../test/jest.config";
22

33
export default {
44
...rootConfig,

packages/victory-voronoi/jest.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import rootConfig from '../../test/jest.config';
1+
import rootConfig from "../../test/jest.config";
22

33
export default {
44
...rootConfig,

packages/victory-zoom-container/jest.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import rootConfig from '../../test/jest.config';
1+
import rootConfig from "../../test/jest.config";
22

33
export default {
44
...rootConfig,

packages/victory/jest.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import rootConfig from '../../test/jest.config';
1+
import rootConfig from "../../test/jest.config";
22

33
export default {
44
...rootConfig,

0 commit comments

Comments
 (0)