Skip to content

Commit

Permalink
auto-uibuild
Browse files Browse the repository at this point in the history
  • Loading branch information
heystone999 committed Apr 5, 2024
1 parent 95a7f11 commit c6abd5f
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions memo-backend/build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"files": {
"main.css": "/static/css/main.66e1be03.css",
"main.js": "/static/js/main.170cfdde.js",
"main.css": "/static/css/main.da7fcaf6.css",
"main.js": "/static/js/main.fb7049d9.js",
"static/js/453.da652b27.chunk.js": "/static/js/453.da652b27.chunk.js",
"static/media/startGameBackground.png": "/static/media/startGameBackground.089bf6ec49baab55bd3c.png",
"static/media/combat_scenario.png": "/static/media/combat_scenario.1635fe5b93e41ce15532.png",
"static/media/shop.png": "/static/media/shop.a5f7a3731a88ffa490a0.png",
"index.html": "/index.html",
"main.66e1be03.css.map": "/static/css/main.66e1be03.css.map",
"main.170cfdde.js.map": "/static/js/main.170cfdde.js.map",
"main.da7fcaf6.css.map": "/static/css/main.da7fcaf6.css.map",
"main.fb7049d9.js.map": "/static/js/main.fb7049d9.js.map",
"453.da652b27.chunk.js.map": "/static/js/453.da652b27.chunk.js.map"
},
"entrypoints": [
"static/css/main.66e1be03.css",
"static/js/main.170cfdde.js"
"static/css/main.da7fcaf6.css",
"static/js/main.fb7049d9.js"
]
}
2 changes: 1 addition & 1 deletion memo-backend/build/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="/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="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>Memo Minder</title><script defer="defer" src="/static/js/main.170cfdde.js"></script><link href="/static/css/main.66e1be03.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="/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="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>Memo Minder</title><script defer="defer" src="/static/js/main.fb7049d9.js"></script><link href="/static/css/main.da7fcaf6.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
2 changes: 0 additions & 2 deletions memo-backend/build/static/css/main.66e1be03.css

This file was deleted.

1 change: 0 additions & 1 deletion memo-backend/build/static/css/main.66e1be03.css.map

This file was deleted.

2 changes: 2 additions & 0 deletions memo-backend/build/static/css/main.da7fcaf6.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions memo-backend/build/static/css/main.da7fcaf6.css.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion memo-backend/build/static/js/main.170cfdde.js.map

This file was deleted.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions memo-backend/build/static/js/main.fb7049d9.js.map

Large diffs are not rendered by default.

2 comments on commit c6abd5f

@heystone999
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report for backend

Caution

Test run failed

St.
Category Percentage Covered / Total
🟡 Statements 78.1% 460/589
🔴 Branches 58.66% 105/179
🟡 Functions 67.31% 35/52
🟡 Lines 78.23% 460/588

Test suite run failed

Failed tests: 3/38. Failed suites: 1/7.
  ● Profile routes › should fetch the profile for a specific user

    expected 201 "Created", got 400 "Bad Request"

      33 |       .post('/api/users')
      34 |       .send(userData)
    > 35 |       .expect(201)
         |        ^
      36 |       .expect('Content-Type', /application\/json/);
      37 |
      38 |     const loginResponse = await api

      at Object.expect (tests/profiles.test.js:35:8)
      ----
      at Test._assertStatus (node_modules/supertest/lib/test.js:252:14)
      at assertFn (node_modules/supertest/lib/test.js:308:13)
      at Test.fn [as _assertFunction] (node_modules/supertest/lib/test.js:285:13)
      at Test._assertFunction [as assert] (node_modules/supertest/lib/test.js:164:23)
      at Server.assert (node_modules/supertest/lib/test.js:120:14)

  ● Profile routes › should modify an existing profile

    expected 201 "Created", got 400 "Bad Request"

      33 |       .post('/api/users')
      34 |       .send(userData)
    > 35 |       .expect(201)
         |        ^
      36 |       .expect('Content-Type', /application\/json/);
      37 |
      38 |     const loginResponse = await api

      at Object.expect (tests/profiles.test.js:35:8)
      ----
      at Test._assertStatus (node_modules/supertest/lib/test.js:252:14)
      at assertFn (node_modules/supertest/lib/test.js:308:13)
      at Test.fn [as _assertFunction] (node_modules/supertest/lib/test.js:285:13)
      at Test._assertFunction [as assert] (node_modules/supertest/lib/test.js:164:23)
      at Server.assert (node_modules/supertest/lib/test.js:120:14)

  ● Profile routes › should delete an existing profile

    expected 201 "Created", got 400 "Bad Request"

      33 |       .post('/api/users')
      34 |       .send(userData)
    > 35 |       .expect(201)
         |        ^
      36 |       .expect('Content-Type', /application\/json/);
      37 |
      38 |     const loginResponse = await api

      at Object.expect (tests/profiles.test.js:35:8)
      ----
      at Test._assertStatus (node_modules/supertest/lib/test.js:252:14)
      at assertFn (node_modules/supertest/lib/test.js:308:13)
      at Test.fn [as _assertFunction] (node_modules/supertest/lib/test.js:285:13)
      at Test._assertFunction [as assert] (node_modules/supertest/lib/test.js:164:23)
      at Server.assert (node_modules/supertest/lib/test.js:120:14)

Report generated by 🧪jest coverage report action from c6abd5f

@heystone999
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report for frontend

Action wasn't able to generate report within GitHub comment limit. If you're facing this issue, please let me know by commenting under this issue.

Report generated by 🧪jest coverage report action from c6abd5f

Please sign in to comment.