-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnew
More file actions
36 lines (29 loc) · 1.39 KB
/
Copy pathnew
File metadata and controls
36 lines (29 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Server
npm test -- --testPathPattern=auth.test.ts 1 fail and other passed
npm test -- --testPathPattern=middleware.test.ts passed all
npm test -- --testPathPattern=projeect.test.ts passed all
npm test -- --testPathPattern=payment.test.ts 23 passed, 23 total
npm test -- --testPathPattern=proposal.test.ts 21 passed, 21 total
npm test -- --testPathPattern=contract.tests.ts 9/9 tests now passing
npm test -- --testPathPattern=servicePackage.test.ts 15 passed, 15 total
npm test -- --testPathPattern=timeTracking.test.ts 15 passed, 15 total
npm test -- --testPathPattern=profile.test.ts 20 passed, 20 total
npm test
Test Suites: 9 passed, 9 total
Tests: 154 passed, 154 total
Snapshots: 0 total
Time: 429.038 s
Ran all test suites.
client
npm test -- src/test/auth.test.tsx 10 passed (10)
npm test -- src/test/contract.test.tsx 2 failed | 17 passed (19)
npm test -- src/test/payment.test.tsx 3 failed | 12 passed (15)
npm test -- src/test/project.test.tsx 5 failed | 14 passed (19)
npm test -- src/test/profile.test.tsx 16 passed (16)
npm test -- src/test/proposal.test.tsx 6 failed | 10 passed (16)
npm test -- src/test/worklog.test.tsx 4 failed | 2 passed (6)
Test Suites: 4 failed, 8 passed, 12 total
Tests: 15 failed, 170 passed, 185 total
Snapshots: 0 total
Time: 159.78 s
Ran all test suites.