Skip to content

Commit 3721798

Browse files
ci(workflows): update Node.js versions and dependencies; feat(website): select theme and modify
2 parents 015e054 + 5aea5be commit 3721798

File tree

15 files changed

+6919
-6689
lines changed

15 files changed

+6919
-6689
lines changed

.github/workflows/node.js.yml

Lines changed: 21 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,26 @@
44
name: Node.js CI
55

66
on:
7-
push:
8-
branches: [ main ]
9-
pull_request:
10-
branches: [ main ]
7+
push:
8+
branches: [main]
9+
pull_request:
10+
branches: [main]
1111

1212
jobs:
13-
build:
14-
15-
runs-on: ubuntu-latest
16-
17-
strategy:
18-
matrix:
19-
node-version: [14.x, 15.x]
20-
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
21-
22-
steps:
23-
- uses: actions/checkout@v2
24-
- name: create env file
25-
run: |
26-
touch .env
27-
echo TOKEN=${{ secrets.TOKEN }} >> .env
28-
- name: Use Node.js ${{ matrix.node-version }}
29-
uses: actions/setup-node@v1
30-
with:
31-
node-version: ${{ matrix.node-version }}
32-
- run: npm ci
33-
- run: npm test
13+
build:
14+
runs-on: ubuntu-latest
15+
strategy:
16+
matrix:
17+
node-version: [22.x]
18+
steps:
19+
- uses: actions/checkout@v4
20+
- name: create env file
21+
run: |
22+
touch .env
23+
echo TOKEN=${{ secrets.TOKEN }} >> .env
24+
- name: Use Node.js ${{ matrix.node-version }}
25+
uses: actions/setup-node@v4
26+
with:
27+
node-version: ${{ matrix.node-version }}
28+
- run: npm ci
29+
- run: npm test

__test__/__snapshots__/svgs.test.ts.snap

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`SVG Testing Test SVGs 1`] = `
44
"
55
<svg
6-
width=\\"20\\"
7-
height=\\"10\\"
8-
viewBox=\\"0 0 20 10\\"
9-
fill=\\"none\\"
10-
xmlns=\\"http://www.w3.org/2000/svg\\">
11-
<rect xmlns=\\"http://www.w3.org/2000/svg\\" data-testid=\\"card_bg\\" id=\\"cardBg\\"
12-
x=\\"0\\" y=\\"0\\" rx=\\"0\\" height=\\"100%\\" stroke=\\"#E4E2E2\\" fill-opacity=\\"1\\"
13-
width=\\"100%\\" fill=\\"#44475a\\" stroke-opacity=\\"1\\" style=\\"stroke:#0000; stroke-width:1;\\"/>
6+
width="20"
7+
height="10"
8+
viewBox="0 0 20 10"
9+
fill="none"
10+
xmlns="http://www.w3.org/2000/svg">
11+
<rect xmlns="http://www.w3.org/2000/svg" data-testid="card_bg" id="cardBg"
12+
x="0" y="0" rx="0" height="100%" stroke="#E4E2E2" fill-opacity="1"
13+
width="100%" fill="#44475a" stroke-opacity="1" style="stroke:#0000; stroke-width:1;"/>
1414
1515
<style>
1616
body {
@@ -159,8 +159,8 @@ exports[`SVG Testing Test SVGs 1`] = `
159159
160160
</style>
161161
162-
<foreignObject x=\\"0\\" y=\\"0\\" width=\\"20\\" height=\\"50\\">
163-
<h1 xmlns=\\"http://www.w3.org/1999/xhtml\\" class=\\"header\\">
162+
<foreignObject x="0" y="0" width="20" height="50">
163+
<h1 xmlns="http://www.w3.org/1999/xhtml" class="header">
164164
graphSvg
165165
</h1>
166166
</foreignObject>
@@ -172,35 +172,35 @@ exports[`SVG Testing Test SVGs 1`] = `
172172
exports[`SVG Testing Test SVGs 2`] = `
173173
"
174174
<svg
175-
width=\\"400\\"
176-
height=\\"200\\"
177-
viewBox=\\"0 0 420 200\\"
178-
fill=\\"none\\"
179-
xmlns=\\"http://www.w3.org/2000/svg\\">
175+
width="400"
176+
height="200"
177+
viewBox="0 0 420 200"
178+
fill="none"
179+
xmlns="http://www.w3.org/2000/svg">
180180
<style>
181181
svg {
182182
font: 600 14px 'Segoe UI', Ubuntu, Sans-Serif;
183183
}
184184
</style>
185-
<rect xmlns=\\"http://www.w3.org/2000/svg\\" data-testid=\\"card_bg\\" id=\\"cardBg\\" x=\\"0.5\\"
186-
y=\\"0.5\\" rx=\\"4.5\\" height=\\"100%\\" stroke=\\"#E4E2E2\\" fill-opacity=\\"1\\" width=\\"100%\\"
187-
fill=\\"#44475a\\" stroke-opacity=\\"1\\"/>
188-
<text x=\\"20\\" y=\\"100\\" fill=\\"#bd93f9\\">User not found!</text>
185+
<rect xmlns="http://www.w3.org/2000/svg" data-testid="card_bg" id="cardBg" x="0.5"
186+
y="0.5" rx="4.5" height="100%" stroke="#E4E2E2" fill-opacity="1" width="100%"
187+
fill="#44475a" stroke-opacity="1"/>
188+
<text x="20" y="100" fill="#bd93f9">User not found!</text>
189189
</svg>
190190
"
191191
`;
192192

193193
exports[`SVG Testing chart SVGs 1`] = `
194194
"
195195
<svg
196-
width=\\"1200\\"
197-
height=\\"420\\"
198-
viewBox=\\"0 0 1200 420\\"
199-
fill=\\"none\\"
200-
xmlns=\\"http://www.w3.org/2000/svg\\">
201-
<rect xmlns=\\"http://www.w3.org/2000/svg\\" data-testid=\\"card_bg\\" id=\\"cardBg\\"
202-
x=\\"0\\" y=\\"0\\" rx=\\"8\\" height=\\"100%\\" stroke=\\"#E4E2E2\\" fill-opacity=\\"1\\"
203-
width=\\"100%\\" fill=\\"#ffcfe9\\" stroke-opacity=\\"1\\" style=\\"stroke:#ffffff; stroke-width:1;\\"/>
196+
width="1200"
197+
height="420"
198+
viewBox="0 0 1200 420"
199+
fill="none"
200+
xmlns="http://www.w3.org/2000/svg">
201+
<rect xmlns="http://www.w3.org/2000/svg" data-testid="card_bg" id="cardBg"
202+
x="0" y="0" rx="8" height="100%" stroke="#E4E2E2" fill-opacity="1"
203+
width="100%" fill="#ffcfe9" stroke-opacity="1" style="stroke:#ffffff; stroke-width:1;"/>
204204
205205
<style>
206206
body {
@@ -349,12 +349,12 @@ exports[`SVG Testing chart SVGs 1`] = `
349349
350350
</style>
351351
352-
<foreignObject x=\\"0\\" y=\\"0\\" width=\\"1200\\" height=\\"50\\">
353-
<h1 xmlns=\\"http://www.w3.org/1999/xhtml\\" class=\\"header\\">
352+
<foreignObject x="0" y="0" width="1200" height="50">
353+
<h1 xmlns="http://www.w3.org/1999/xhtml" class="header">
354354
xyz's Contribution Graph
355355
</h1>
356356
</foreignObject>
357-
<svg xmlns:ct=\\"http://gionkunz.github.com/chartist-js/ct\\" width=\\"1200\\" height=\\"420\\" class=\\"ct-chart-line\\"><g class=\\"ct-grids\\"><line x1=\\"90\\" x2=\\"90\\" y1=\\"80\\" y2=\\"350\\" class=\\"ct-grid ct-horizontal\\"></line><line x1=\\"355\\" x2=\\"355\\" y1=\\"80\\" y2=\\"350\\" class=\\"ct-grid ct-horizontal\\"></line><line x1=\\"620\\" x2=\\"620\\" y1=\\"80\\" y2=\\"350\\" class=\\"ct-grid ct-horizontal\\"></line><line x1=\\"885\\" x2=\\"885\\" y1=\\"80\\" y2=\\"350\\" class=\\"ct-grid ct-horizontal\\"></line><line x1=\\"1150\\" x2=\\"1150\\" y1=\\"80\\" y2=\\"350\\" class=\\"ct-grid ct-horizontal\\"></line><line y1=\\"350\\" y2=\\"350\\" x1=\\"90\\" x2=\\"1150\\" class=\\"ct-grid ct-vertical\\"></line><line y1=\\"311.42857142857144\\" y2=\\"311.42857142857144\\" x1=\\"90\\" x2=\\"1150\\" class=\\"ct-grid ct-vertical\\"></line><line y1=\\"272.8571428571429\\" y2=\\"272.8571428571429\\" x1=\\"90\\" x2=\\"1150\\" class=\\"ct-grid ct-vertical\\"></line><line y1=\\"234.28571428571428\\" y2=\\"234.28571428571428\\" x1=\\"90\\" x2=\\"1150\\" class=\\"ct-grid ct-vertical\\"></line><line y1=\\"195.71428571428572\\" y2=\\"195.71428571428572\\" x1=\\"90\\" x2=\\"1150\\" class=\\"ct-grid ct-vertical\\"></line><line y1=\\"157.14285714285714\\" y2=\\"157.14285714285714\\" x1=\\"90\\" x2=\\"1150\\" class=\\"ct-grid ct-vertical\\"></line><line y1=\\"118.57142857142858\\" y2=\\"118.57142857142858\\" x1=\\"90\\" x2=\\"1150\\" class=\\"ct-grid ct-vertical\\"></line><line y1=\\"80\\" y2=\\"80\\" x1=\\"90\\" x2=\\"1150\\" class=\\"ct-grid ct-vertical\\"></line></g><g><g class=\\"ct-series ct-series-a\\"><path d=\\"M90,311.429C178.333,305,266.667,303.393,355,292.143C443.333,280.893,531.667,177.143,620,157.143C708.333,137.143,796.667,131.429,885,118.571C973.333,105.714,1061.667,92.857,1150,80\\" class=\\"ct-line\\"></path><line x1=\\"90\\" y1=\\"311.42857142857144\\" x2=\\"90.01\\" y2=\\"311.42857142857144\\" class=\\"ct-point\\" ct:value=\\"2\\"></line><line x1=\\"355\\" y1=\\"292.14285714285717\\" x2=\\"355.01\\" y2=\\"292.14285714285717\\" class=\\"ct-point\\" ct:value=\\"3\\"></line><line x1=\\"620\\" y1=\\"157.14285714285714\\" x2=\\"620.01\\" y2=\\"157.14285714285714\\" class=\\"ct-point\\" ct:value=\\"10\\"></line><line x1=\\"885\\" y1=\\"118.57142857142858\\" x2=\\"885.01\\" y2=\\"118.57142857142858\\" class=\\"ct-point\\" ct:value=\\"12\\"></line><line x1=\\"1150\\" y1=\\"80\\" x2=\\"1150.01\\" y2=\\"80\\" class=\\"ct-point\\" ct:value=\\"14\\"></line></g></g><g class=\\"ct-labels\\"><text x=\\"85.5\\" y=\\"370\\" width=\\"265\\" height=\\"40\\" class=\\"ct-label ct-horizontal ct-end\\">1</text><text x=\\"350.5\\" y=\\"370\\" width=\\"265\\" height=\\"40\\" class=\\"ct-label ct-horizontal ct-end\\">2</text><text x=\\"615.5\\" y=\\"370\\" width=\\"265\\" height=\\"40\\" class=\\"ct-label ct-horizontal ct-end\\">1</text><text x=\\"880.5\\" y=\\"370\\" width=\\"265\\" height=\\"40\\" class=\\"ct-label ct-horizontal ct-end\\">1</text><text x=\\"1145.5\\" y=\\"370\\" width=\\"30\\" height=\\"40\\" class=\\"ct-label ct-horizontal ct-end\\">1</text><text y=\\"354.5\\" x=\\"80\\" height=\\"38.57142857142857\\" width=\\"60\\" class=\\"ct-label ct-vertical ct-start\\">0</text><text y=\\"315.92857142857144\\" x=\\"80\\" height=\\"38.57142857142857\\" width=\\"60\\" class=\\"ct-label ct-vertical ct-start\\">2</text><text y=\\"277.3571428571429\\" x=\\"80\\" height=\\"38.57142857142857\\" width=\\"60\\" class=\\"ct-label ct-vertical ct-start\\">4</text><text y=\\"238.78571428571428\\" x=\\"80\\" height=\\"38.57142857142857\\" width=\\"60\\" class=\\"ct-label ct-vertical ct-start\\">6</text><text y=\\"200.21428571428572\\" x=\\"80\\" height=\\"38.571428571428584\\" width=\\"60\\" class=\\"ct-label ct-vertical ct-start\\">8</text><text y=\\"161.64285714285714\\" x=\\"80\\" height=\\"38.571428571428555\\" width=\\"60\\" class=\\"ct-label ct-vertical ct-start\\">10</text><text y=\\"123.07142857142858\\" x=\\"80\\" height=\\"38.571428571428584\\" width=\\"60\\" class=\\"ct-label ct-vertical ct-start\\">12</text><text y=\\"84.5\\" x=\\"80\\" height=\\"30\\" width=\\"60\\" class=\\"ct-label ct-vertical ct-start\\">14</text></g><text class=\\"ct-axis-title ct-label\\" x=\\"620\\" y=\\"400\\" dominant-baseline=\\"text-after-edge\\" text-anchor=\\"middle\\">Days</text><text class=\\"ct-axis-title ct-label\\" x=\\"20\\" y=\\"215\\" transform=\\"rotate(-90, 20, 215)\\" dominant-baseline=\\"hanging\\" text-anchor=\\"middle\\">Contributions</text></svg>
357+
<svg xmlns:ct="http://gionkunz.github.com/chartist-js/ct" width="1200" height="420" class="ct-chart-line"><g class="ct-grids"><line x1="90" x2="90" y1="80" y2="350" class="ct-grid ct-horizontal"></line><line x1="355" x2="355" y1="80" y2="350" class="ct-grid ct-horizontal"></line><line x1="620" x2="620" y1="80" y2="350" class="ct-grid ct-horizontal"></line><line x1="885" x2="885" y1="80" y2="350" class="ct-grid ct-horizontal"></line><line x1="1150" x2="1150" y1="80" y2="350" class="ct-grid ct-horizontal"></line><line y1="350" y2="350" x1="90" x2="1150" class="ct-grid ct-vertical"></line><line y1="311.42857142857144" y2="311.42857142857144" x1="90" x2="1150" class="ct-grid ct-vertical"></line><line y1="272.8571428571429" y2="272.8571428571429" x1="90" x2="1150" class="ct-grid ct-vertical"></line><line y1="234.28571428571428" y2="234.28571428571428" x1="90" x2="1150" class="ct-grid ct-vertical"></line><line y1="195.71428571428572" y2="195.71428571428572" x1="90" x2="1150" class="ct-grid ct-vertical"></line><line y1="157.14285714285714" y2="157.14285714285714" x1="90" x2="1150" class="ct-grid ct-vertical"></line><line y1="118.57142857142858" y2="118.57142857142858" x1="90" x2="1150" class="ct-grid ct-vertical"></line><line y1="80" y2="80" x1="90" x2="1150" class="ct-grid ct-vertical"></line></g><g><g class="ct-series ct-series-a"><path d="M90,311.429C178.333,305,266.667,303.393,355,292.143C443.333,280.893,531.667,177.143,620,157.143C708.333,137.143,796.667,131.429,885,118.571C973.333,105.714,1061.667,92.857,1150,80" class="ct-line"></path><line x1="90" y1="311.42857142857144" x2="90.01" y2="311.42857142857144" class="ct-point" ct:value="2"></line><line x1="355" y1="292.14285714285717" x2="355.01" y2="292.14285714285717" class="ct-point" ct:value="3"></line><line x1="620" y1="157.14285714285714" x2="620.01" y2="157.14285714285714" class="ct-point" ct:value="10"></line><line x1="885" y1="118.57142857142858" x2="885.01" y2="118.57142857142858" class="ct-point" ct:value="12"></line><line x1="1150" y1="80" x2="1150.01" y2="80" class="ct-point" ct:value="14"></line></g></g><g class="ct-labels"><text x="85.5" y="370" width="265" height="40" class="ct-label ct-horizontal ct-end">1</text><text x="350.5" y="370" width="265" height="40" class="ct-label ct-horizontal ct-end">2</text><text x="615.5" y="370" width="265" height="40" class="ct-label ct-horizontal ct-end">1</text><text x="880.5" y="370" width="265" height="40" class="ct-label ct-horizontal ct-end">1</text><text x="1145.5" y="370" width="30" height="40" class="ct-label ct-horizontal ct-end">1</text><text y="354.5" x="80" height="38.57142857142857" width="60" class="ct-label ct-vertical ct-start">0</text><text y="315.92857142857144" x="80" height="38.57142857142857" width="60" class="ct-label ct-vertical ct-start">2</text><text y="277.3571428571429" x="80" height="38.57142857142857" width="60" class="ct-label ct-vertical ct-start">4</text><text y="238.78571428571428" x="80" height="38.57142857142857" width="60" class="ct-label ct-vertical ct-start">6</text><text y="200.21428571428572" x="80" height="38.571428571428584" width="60" class="ct-label ct-vertical ct-start">8</text><text y="161.64285714285714" x="80" height="38.571428571428555" width="60" class="ct-label ct-vertical ct-start">10</text><text y="123.07142857142858" x="80" height="38.571428571428584" width="60" class="ct-label ct-vertical ct-start">12</text><text y="84.5" x="80" height="30" width="60" class="ct-label ct-vertical ct-start">14</text></g><text class="ct-axis-title ct-label" x="620" y="400" dominant-baseline="text-after-edge" text-anchor="middle">Days</text><text class="ct-axis-title ct-label" x="20" y="215" transform="rotate(-90, 20, 215)" dominant-baseline="hanging" text-anchor="middle">Contributions</text></svg>
358358
</svg>
359359
"
360360
`;
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

3-
exports[`Utilities Test Graph Generation 1`] = `"<svg xmlns:ct=\\"http://gionkunz.github.com/chartist-js/ct\\" width=\\"10\\" height=\\"5\\" class=\\"ct-chart-line\\"><g class=\\"ct-grids\\"><line x1=\\"50\\" x2=\\"50\\" y1=\\"15\\" y2=\\"16\\" class=\\"ct-grid ct-horizontal\\"></line><line x1=\\"50.2\\" x2=\\"50.2\\" y1=\\"15\\" y2=\\"16\\" class=\\"ct-grid ct-horizontal\\"></line><line x1=\\"50.4\\" x2=\\"50.4\\" y1=\\"15\\" y2=\\"16\\" class=\\"ct-grid ct-horizontal\\"></line><line x1=\\"50.6\\" x2=\\"50.6\\" y1=\\"15\\" y2=\\"16\\" class=\\"ct-grid ct-horizontal\\"></line><line x1=\\"50.8\\" x2=\\"50.8\\" y1=\\"15\\" y2=\\"16\\" class=\\"ct-grid ct-horizontal\\"></line><line y1=\\"16\\" y2=\\"16\\" x1=\\"50\\" x2=\\"51\\" class=\\"ct-grid ct-vertical\\"></line></g><g><g class=\\"ct-series ct-series-a\\"><path d=\\"M50,15.9C50.067,15.883,50.133,15.879,50.2,15.85C50.267,15.821,50.333,15.552,50.4,15.5C50.467,15.448,50.533,15.433,50.6,15.4C50.667,15.367,50.733,15.333,50.8,15.3\\" class=\\"ct-line\\"></path><line x1=\\"50\\" y1=\\"15.9\\" x2=\\"50.01\\" y2=\\"15.9\\" class=\\"ct-point\\" ct:value=\\"2\\"></line><line x1=\\"50.2\\" y1=\\"15.85\\" x2=\\"50.21\\" y2=\\"15.85\\" class=\\"ct-point\\" ct:value=\\"3\\"></line><line x1=\\"50.4\\" y1=\\"15.5\\" x2=\\"50.41\\" y2=\\"15.5\\" class=\\"ct-point\\" ct:value=\\"10\\"></line><line x1=\\"50.6\\" y1=\\"15.4\\" x2=\\"50.61\\" y2=\\"15.4\\" class=\\"ct-point\\" ct:value=\\"12\\"></line><line x1=\\"50.8\\" y1=\\"15.3\\" x2=\\"50.809999999999995\\" y2=\\"15.3\\" class=\\"ct-point\\" ct:value=\\"14\\"></line></g></g><g class=\\"ct-labels\\"><text x=\\"50\\" y=\\"36\\" width=\\"0.2\\" height=\\"20\\" class=\\"ct-label ct-horizontal ct-end\\">1</text><text x=\\"50.2\\" y=\\"36\\" width=\\"0.2\\" height=\\"20\\" class=\\"ct-label ct-horizontal ct-end\\">2</text><text x=\\"50.4\\" y=\\"36\\" width=\\"0.20000000000000007\\" height=\\"20\\" class=\\"ct-label ct-horizontal ct-end\\">3</text><text x=\\"50.6\\" y=\\"36\\" width=\\"0.19999999999999996\\" height=\\"20\\" class=\\"ct-label ct-horizontal ct-end\\">4</text><text x=\\"50.8\\" y=\\"36\\" width=\\"30\\" height=\\"20\\" class=\\"ct-label ct-horizontal ct-end\\">5</text><text y=\\"16\\" x=\\"40\\" height=\\"30\\" width=\\"30\\" class=\\"ct-label ct-vertical ct-start\\">0</text></g></svg>"`;
3+
exports[`Utilities Test Graph Generation 1`] = `"<svg xmlns:ct="http://gionkunz.github.com/chartist-js/ct" width="10" height="5" class="ct-chart-line"><g class="ct-grids"><line x1="50" x2="50" y1="15" y2="16" class="ct-grid ct-horizontal"></line><line x1="50.2" x2="50.2" y1="15" y2="16" class="ct-grid ct-horizontal"></line><line x1="50.4" x2="50.4" y1="15" y2="16" class="ct-grid ct-horizontal"></line><line x1="50.6" x2="50.6" y1="15" y2="16" class="ct-grid ct-horizontal"></line><line x1="50.8" x2="50.8" y1="15" y2="16" class="ct-grid ct-horizontal"></line><line y1="16" y2="16" x1="50" x2="51" class="ct-grid ct-vertical"></line></g><g><g class="ct-series ct-series-a"><path d="M50,15.9C50.067,15.883,50.133,15.879,50.2,15.85C50.267,15.821,50.333,15.552,50.4,15.5C50.467,15.448,50.533,15.433,50.6,15.4C50.667,15.367,50.733,15.333,50.8,15.3" class="ct-line"></path><line x1="50" y1="15.9" x2="50.01" y2="15.9" class="ct-point" ct:value="2"></line><line x1="50.2" y1="15.85" x2="50.21" y2="15.85" class="ct-point" ct:value="3"></line><line x1="50.4" y1="15.5" x2="50.41" y2="15.5" class="ct-point" ct:value="10"></line><line x1="50.6" y1="15.4" x2="50.61" y2="15.4" class="ct-point" ct:value="12"></line><line x1="50.8" y1="15.3" x2="50.809999999999995" y2="15.3" class="ct-point" ct:value="14"></line></g></g><g class="ct-labels"><text x="50" y="36" width="0.2" height="20" class="ct-label ct-horizontal ct-end">1</text><text x="50.2" y="36" width="0.2" height="20" class="ct-label ct-horizontal ct-end">2</text><text x="50.4" y="36" width="0.20000000000000007" height="20" class="ct-label ct-horizontal ct-end">3</text><text x="50.6" y="36" width="0.19999999999999996" height="20" class="ct-label ct-horizontal ct-end">4</text><text x="50.8" y="36" width="30" height="20" class="ct-label ct-horizontal ct-end">5</text><text y="16" x="40" height="30" width="30" class="ct-label ct-vertical ct-start">0</text></g></svg>"`;

__test__/fakeInputs.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ export let fakeQueryStringRes = [
106106
days: 31,
107107
from: '',
108108
to: '',
109+
grid: true,
109110
},
110111
{
111112
username: 'githubusername',
@@ -125,6 +126,7 @@ export let fakeQueryStringRes = [
125126
days: 31,
126127
from: '',
127128
to: '',
129+
grid: true,
128130
},
129131
{
130132
username: 'githubusername',
@@ -144,6 +146,7 @@ export let fakeQueryStringRes = [
144146
days: 31,
145147
from: '',
146148
to: '',
149+
grid: true,
147150
},
148151
{
149152
username: 'githubusername',
@@ -163,6 +166,7 @@ export let fakeQueryStringRes = [
163166
days: 31,
164167
from: '',
165168
to: '',
169+
grid: true,
166170
},
167171
{
168172
username: 'githubusername',
@@ -182,6 +186,7 @@ export let fakeQueryStringRes = [
182186
days: 31,
183187
from: '',
184188
to: '',
189+
grid: true,
185190
},
186191
{
187192
username: 'githubusername',
@@ -201,6 +206,7 @@ export let fakeQueryStringRes = [
201206
days: 31,
202207
from: '',
203208
to: '',
209+
grid: true,
204210
},
205211
{
206212
username: 'githubusername',
@@ -220,6 +226,7 @@ export let fakeQueryStringRes = [
220226
days: 31,
221227
from: '',
222228
to: '',
229+
grid: true,
223230
},
224231
{
225232
username: 'githubusername',
@@ -239,6 +246,7 @@ export let fakeQueryStringRes = [
239246
days: 31,
240247
from: '',
241248
to: '',
249+
grid: true,
242250
},
243251
{
244252
username: 'githubusername',
@@ -259,6 +267,7 @@ export let fakeQueryStringRes = [
259267
days: 31,
260268
from: '',
261269
to: '',
270+
grid: true,
262271
},
263272
];
264273

0 commit comments

Comments
 (0)