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 23, 2024
1 parent bcd4ecb commit 93bf2ee
Show file tree
Hide file tree
Showing 7 changed files with 56 additions and 19 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.70f30fc7.css",
"main.js": "/starter_helpi/static/js/main.db374321.js",
"main.js": "/starter_helpi/static/js/main.4321629e.js",
"static/js/453.bad6c33a.chunk.js": "/starter_helpi/static/js/453.bad6c33a.chunk.js",
"index.html": "/starter_helpi/index.html",
"main.70f30fc7.css.map": "/starter_helpi/static/css/main.70f30fc7.css.map",
"main.db374321.js.map": "/starter_helpi/static/js/main.db374321.js.map",
"main.4321629e.js.map": "/starter_helpi/static/js/main.4321629e.js.map",
"453.bad6c33a.chunk.js.map": "/starter_helpi/static/js/453.bad6c33a.chunk.js.map"
},
"entrypoints": [
"static/css/main.70f30fc7.css",
"static/js/main.db374321.js"
"static/js/main.4321629e.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><script defer="defer" src="/starter_helpi/static/js/main.db374321.js"></script><link href="/starter_helpi/static/css/main.70f30fc7.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><script defer="defer" src="/starter_helpi/static/js/main.4321629e.js"></script><link href="/starter_helpi/static/css/main.70f30fc7.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.db374321.js → static/js/main.4321629e.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

This file was deleted.

59 changes: 48 additions & 11 deletions test_report.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,50 @@
> react-scripts test --coverage

PASS src/Tests/Home.test.tsx
PASS src/Tests/SimpleQuestions.test.tsx
PASS src/Tests/DetailedReport.test.tsx
PASS src/Tests/DetailedQuestions.test.tsx
A worker process has failed to exit gracefully and has been force exited. This is likely caused by tests leaking due to improper teardown. Try running with --detectOpenHandles to find leaks. Active timers can also cause this, ensure that .unref() was called on them.
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
"@babel/plugin-proposal-private-property-in-object" is already in your
node_modules folder for unrelated reasons, but it may break at any time.

babel-preset-react-app is part of the create-react-app project, which
is not maintianed anymore. It is thus unlikely that this bug will
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.

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
"@babel/plugin-proposal-private-property-in-object" is already in your
node_modules folder for unrelated reasons, but it may break at any time.

babel-preset-react-app is part of the create-react-app project, which
is not maintianed anymore. It is thus unlikely that this bug will
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.

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
"@babel/plugin-proposal-private-property-in-object" is already in your
node_modules folder for unrelated reasons, but it may break at any time.

babel-preset-react-app is part of the create-react-app project, which
is not maintianed anymore. It is thus unlikely that this bug will
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.

------------------------|---------|----------|---------|---------|----------------------------------
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
------------------------|---------|----------|---------|---------|----------------------------------
All files | 29.13 | 5.17 | 22.91 | 29.48 |
All files | 37.6 | 8.62 | 35.41 | 37.65 |
src | 0 | 0 | 0 | 0 |
index.tsx | 0 | 100 | 100 | 0 | 8-23
reportWebVitals.ts | 0 | 0 | 0 | 0 | 3-10
Expand All @@ -19,19 +56,19 @@ All files | 29.13 | 5.17 | 22.91 | 29.48 |
LinkButton.tsx | 60 | 100 | 33.33 | 60 | 14,18
RoutePaths.tsx | 0 | 100 | 0 | 0 | 10
SliderQuestion.tsx | 50 | 100 | 50 | 50 | 15
src/Pages | 29.49 | 6 | 21.62 | 29.9 |
DetailedQuestions.tsx | 32.92 | 4.54 | 36.36 | 33.75 | 17,26-32,60-91,97-125,166
DetailedReport.tsx | 0 | 0 | 0 | 0 | 14-79
src/Pages | 39.43 | 10 | 37.83 | 39.52 |
DetailedQuestions.tsx | 31.25 | 4.54 | 36.36 | 32.05 | 17,26-32,59-90,96-124,165
DetailedReport.tsx | 64 | 25 | 62.5 | 62.5 | 18,26-31,55-75
Home.tsx | 60 | 50 | 33.33 | 60 | 14,22-27
SimpleQuestions.tsx | 39.24 | 5.55 | 30 | 39.24 | 16,22,29-35,68-91,97-121,182-190
SimpleReport.tsx | 0 | 0 | 0 | 0 | 13-72
SimpleQuestions.tsx | 37.66 | 5.55 | 30 | 37.66 | 16,22,29-35,66-89,95-119,180-188
SimpleReport.tsx | 38.09 | 25 | 20 | 38.09 | 17,26-31,38-68
src/QuestionData | 0 | 0 | 0 | 0 |
DetailedQuestion.ts | 0 | 0 | 0 | 0 |
SimpleQuestion.ts | 0 | 0 | 0 | 0 |
------------------------|---------|----------|---------|---------|----------------------------------

Test Suites: 3 passed, 3 total
Tests: 14 passed, 14 total
Test Suites: 5 passed, 5 total
Tests: 22 passed, 22 total
Snapshots: 0 total
Time: 5.11 s
Time: 5.335 s
Ran all test suites.

0 comments on commit 93bf2ee

Please sign in to comment.