Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 25, 2024
1 parent 345ecec commit 3ecee68
Show file tree
Hide file tree
Showing 10 changed files with 58 additions and 38 deletions.
12 changes: 6 additions & 6 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"files": {
"main.css": "/starter_helpi/static/css/main.d78215c3.css",
"main.js": "/starter_helpi/static/js/main.2217ec4f.js",
"main.css": "/starter_helpi/static/css/main.0649fd4b.css",
"main.js": "/starter_helpi/static/js/main.7e600eed.js",
"static/js/453.bad6c33a.chunk.js": "/starter_helpi/static/js/453.bad6c33a.chunk.js",
"index.html": "/starter_helpi/index.html",
"main.d78215c3.css.map": "/starter_helpi/static/css/main.d78215c3.css.map",
"main.2217ec4f.js.map": "/starter_helpi/static/js/main.2217ec4f.js.map",
"main.0649fd4b.css.map": "/starter_helpi/static/css/main.0649fd4b.css.map",
"main.7e600eed.js.map": "/starter_helpi/static/js/main.7e600eed.js.map",
"453.bad6c33a.chunk.js.map": "/starter_helpi/static/js/453.bad6c33a.chunk.js.map"
},
"entrypoints": [
"static/css/main.d78215c3.css",
"static/js/main.2217ec4f.js"
"static/css/main.0649fd4b.css",
"static/js/main.7e600eed.js"
]
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/starter_helpi/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/starter_helpi/logo192.png"/><link rel="manifest" href="/starter_helpi/manifest.json"/><title>React App</title><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous"/><script defer="defer" src="/starter_helpi/static/js/main.2217ec4f.js"></script><link href="/starter_helpi/static/css/main.d78215c3.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/starter_helpi/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/starter_helpi/logo192.png"/><link rel="manifest" href="/starter_helpi/manifest.json"/><title>React App</title><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous"/><script defer="defer" src="/starter_helpi/static/js/main.7e600eed.js"></script><link href="/starter_helpi/static/css/main.0649fd4b.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
4 changes: 2 additions & 2 deletions static/css/main.d78215c3.css → static/css/main.0649fd4b.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions static/css/main.0649fd4b.css.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion static/css/main.d78215c3.css.map

This file was deleted.

1 change: 0 additions & 1 deletion static/js/main.2217ec4f.js.map

This file was deleted.

6 changes: 3 additions & 3 deletions static/js/main.2217ec4f.js → static/js/main.7e600eed.js

Large diffs are not rendered by default.

File renamed without changes.
1 change: 1 addition & 0 deletions static/js/main.7e600eed.js.map

Large diffs are not rendered by default.

68 changes: 44 additions & 24 deletions test_report.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,24 @@ FAIL src/Tests/Components.test.tsx
--------------------------------------------------
option:

Name "Watermelon":
Name "Basic":
<option
value="body-theme1"
/>

Name "Cotton Candy":
<option
value="body-theme2"
/>

Name "Forest":
<option
value="body-theme3"
/>

Name "Modern":
<option
value="body-theme2"
value="body-theme4"
/>

Name "Midnight":
Expand All @@ -45,12 +50,12 @@ FAIL src/Tests/Components.test.tsx

Name "Retro":
<option
value="body-theme4"
value="body-theme6"
/>

Name "Forest":
Name "Watermelon":
<option
value="body-theme6"
value="body-theme7"
/>

--------------------------------------------------
Expand All @@ -76,15 +81,20 @@ FAIL src/Tests/Components.test.tsx
<option
value="body-theme1"
>
Watermelon
Basic
</option>
<option
value="body-theme3"
value="body-theme2"
>
Cotton Candy
</option>
<option
value="body-theme2"
value="body-theme3"
>
Forest
</option>
<option
value="body-theme4"
>
Modern
</option>
Expand All @@ -94,14 +104,14 @@ FAIL src/Tests/Components.test.tsx
Midnight
</option>
<option
value="body-theme4"
value="body-theme6"
>
Retro
</option>
<option
value="body-theme6"
value="body-theme7"
>
Forest
Watermelon
</option>
</select>
</div>
Expand Down Expand Up @@ -139,19 +149,24 @@ FAIL src/Tests/Components.test.tsx
--------------------------------------------------
option:

Name "Watermelon":
Name "Basic":
<option
value="body-theme1"
/>

Name "Cotton Candy":
<option
value="body-theme2"
/>

Name "Forest":
<option
value="body-theme3"
/>

Name "Modern":
<option
value="body-theme2"
value="body-theme4"
/>

Name "Midnight":
Expand All @@ -161,12 +176,12 @@ FAIL src/Tests/Components.test.tsx

Name "Retro":
<option
value="body-theme4"
value="body-theme6"
/>

Name "Forest":
Name "Watermelon":
<option
value="body-theme6"
value="body-theme7"
/>

--------------------------------------------------
Expand Down Expand Up @@ -235,15 +250,20 @@ FAIL src/Tests/Components.test.tsx
<option
value="body-theme1"
>
Watermelon
Basic
</option>
<option
value="body-theme3"
value="body-theme2"
>
Cotton Candy
</option>
<option
value="body-theme2"
value="body-theme3"
>
Forest
</option>
<option
value="body-theme4"
>
Modern
</option>
Expand All @@ -253,14 +273,14 @@ FAIL src/Tests/Components.test.tsx
Midnight
</option>
<option
value="body-theme4"
value="body-theme6"
>
Retro
</option>
<option
value="body-theme6"
value="body-theme7"
>
Forest
Watermelon
</option>
</select>
</div>
Expand Down Expand Up @@ -402,6 +422,7 @@ FAIL src/Tests/Components.test.tsx
at Object.<anonymous> (src/Tests/Components.test.tsx:36:46)

PASS src/Tests/DetailedQuestions.test.tsx
PASS src/Tests/SimpleReport.test.tsx
One of your dependencies, babel-preset-react-app, is importing the
"@babel/plugin-proposal-private-property-in-object" package without
declaring it in its dependencies. This is currently working because
Expand All @@ -414,7 +435,6 @@ ever be fixed. Add "@babel/plugin-proposal-private-property-in-object" to
your devDependencies to work around this error. This will make this message
go away.

PASS src/Tests/SimpleReport.test.tsx
One of your dependencies, babel-preset-react-app, is importing the
"@babel/plugin-proposal-private-property-in-object" package without
declaring it in its dependencies. This is currently working because
Expand Down Expand Up @@ -467,5 +487,5 @@ All files | 41.44 | 21.05 | 44 | 41.53 |
Test Suites: 1 failed, 5 passed, 6 total
Tests: 2 failed, 24 passed, 26 total
Snapshots: 0 total
Time: 5.569 s
Time: 5.539 s
Ran all test suites.

0 comments on commit 3ecee68

Please sign in to comment.