Skip to content

Commit 2731956

Browse files
authored
Merge pull request #9 from Anna0131/dev
Dev
2 parents 4a16ff1 + f5afcfe commit 2731956

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

backend/tests/load/test.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ import http from 'k6/http'
22

33
import { check, sleep } from 'k6'
44
const target = [
5-
/*
5+
66
{
77
name : "NCU",
88
url : 'https://www.ncu.edu.tw',
9-
},
9+
},/*
1010
{
1111
name : "NCNU",
1212
url : 'https://www.ncnu.edu.tw',
@@ -19,11 +19,11 @@ const target = [
1919
name : "NYCU-CSIT",
2020
url : 'https://it.cs.nycu.edu.tw',
2121
},
22-
*/
22+
2323
{
2424
name : "DevOps-Practice - get_products",
2525
url : 'http://163.22.17.116:6001/api/products',
26-
},
26+
},*/
2727
]
2828

2929
export const options = {

backend/tests/unit/auth.test.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
const test = require('node:test');
22
const assert = require('node:assert');
3-
3+
//lsa good
44
const Auth = require("../../lib/auth");
55
const auth = new Auth();
6-
7-
//test test test
6+
//fine
87
test('Auth can successfully verify the identity.', async (t) => {
98

109
const mock_next = () => {

0 commit comments

Comments
 (0)