Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 2, 2024
1 parent 27a251d commit 63ca6d3
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 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.82192c95.css",
"main.js": "/starter_helpi/static/js/main.59bc4afa.js",
"main.js": "/starter_helpi/static/js/main.2db12e82.js",
"static/js/453.bad6c33a.chunk.js": "/starter_helpi/static/js/453.bad6c33a.chunk.js",
"index.html": "/starter_helpi/index.html",
"main.82192c95.css.map": "/starter_helpi/static/css/main.82192c95.css.map",
"main.59bc4afa.js.map": "/starter_helpi/static/js/main.59bc4afa.js.map",
"main.2db12e82.js.map": "/starter_helpi/static/js/main.2db12e82.js.map",
"453.bad6c33a.chunk.js.map": "/starter_helpi/static/js/453.bad6c33a.chunk.js.map"
},
"entrypoints": [
"static/css/main.82192c95.css",
"static/js/main.59bc4afa.js"
"static/js/main.2db12e82.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.59bc4afa.js"></script><link href="/starter_helpi/static/css/main.82192c95.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.2db12e82.js"></script><link href="/starter_helpi/static/css/main.82192c95.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
6 changes: 3 additions & 3 deletions static/js/main.59bc4afa.js → static/js/main.2db12e82.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion static/js/main.59bc4afa.js.map

This file was deleted.

10 changes: 5 additions & 5 deletions test_report.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ PASS src/Tests/Components.test.tsx
PASS src/Tests/DetailedReport.test.tsx
PASS src/Tests/DetailedQuestions.test.tsx
PASS src/Tests/SimpleReport.test.tsx
PASS src/Tests/SimpleQuestions.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 @@ -19,7 +20,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/SimpleQuestions.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 @@ -47,7 +47,7 @@ go away.
------------------------|---------|----------|---------|---------|----------------------------------
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
------------------------|---------|----------|---------|---------|----------------------------------
All files | 39.13 | 24.05 | 41.66 | 39.2 |
All files | 39.14 | 24.05 | 40 | 39.21 |
src | 0 | 0 | 0 | 0 |
index.tsx | 0 | 100 | 100 | 0 | 8-23
reportWebVitals.ts | 0 | 0 | 0 | 0 | 3-10
Expand All @@ -57,9 +57,9 @@ All files | 39.13 | 24.05 | 41.66 | 39.2 |
SliderQuestion.tsx | 50 | 100 | 50 | 50 | 15
ThemeParent.tsx | 100 | 100 | 100 | 100 |
ThemeSelect.tsx | 30 | 0 | 50 | 30 | 12-21
src/Pages | 39.63 | 26.02 | 37.83 | 39.72 |
src/Pages | 39.64 | 26.02 | 35.89 | 39.73 |
DetailedQuestions.tsx | 31.25 | 14.28 | 36.36 | 32.05 | 18,27-33,59-89,95-120,161
DetailedReport.tsx | 63.33 | 58.33 | 62.5 | 62.06 | 19,28-33,59-85
DetailedReport.tsx | 60 | 58.33 | 50 | 58.82 | 19,28-33,63-70,76-99
Home.tsx | 60 | 50 | 33.33 | 60 | 15,23-28
SimpleQuestions.tsx | 36.84 | 13.63 | 30 | 36.84 | 17,23,30-36,64-86,92-115,174-189
SimpleReport.tsx | 38.46 | 44.44 | 20 | 38.46 | 18,28-33,39-77
Expand All @@ -71,5 +71,5 @@ All files | 39.13 | 24.05 | 41.66 | 39.2 |
Test Suites: 6 passed, 6 total
Tests: 24 passed, 24 total
Snapshots: 0 total
Time: 5.29 s
Time: 5.35 s
Ran all test suites.

0 comments on commit 63ca6d3

Please sign in to comment.