-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathtest_output.txt
More file actions
91 lines (85 loc) · 3.49 KB
/
test_output.txt
File metadata and controls
91 lines (85 loc) · 3.49 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
> subtrackr@1.0.0 test
> jest --passWithNoTests
node.exe : PASS src/uti
ls/__tests__/dummyData.
test.ts
At line:1 char:1
+ & "C:\Program
Files\nodejs/node.exe"
"C:\Program
Files\nodejs/node_mo
...
+ ~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~
~~
+ CategoryInfo
: NotSpecifi
ed: (PASS src/util
s/...mmyData.test.
ts:String) [], Rem
oteException
+ FullyQualifiedEr
rorId : NativeComm
andError
PASS src/utils/__tests_
_/formatting.test.ts
FAIL src/store/_tests_/
subscriptionStore.test.
ts
ΓùÅ Test suite
failed to run
Cannot find module
'react-dom/test-utils'
from 'src/store/_tests_
/subscriptionStore.test
.ts'
[0m[31m[1m>[22m
[39m[90m 1 |[39m
[36mimport[39m { act
} [36mfrom[39m [32m'
react-dom/test-utils'[
39m[33m;[39m
[90m |[39m
[31m[1m^[22m[39m
[90m 2 |[39m
[36mimport[39m {
expect[33m,[39m
describe[33m,[39m
it[33m,[39m
beforeEach[33m,[39m
jest } [36mfrom[39m
[32m'@jest/globals'[39
m[33m;[39m
[90m 3 |[39m
[36mimport[39m {
useSubscriptionStore }
[36mfrom[39m [32m'..
/subscriptionStore'[39
m[33m;[39m
[90m 4 |[39m
[36mimport[39m { [33
mSubscriptionCategory[
39m[33m,[39m
[33mBillingCycle[39m
} [36mfrom[39m [32m'
../../types/subscriptio
n'[39m[33m;[39m[0m
at Resolver._thro
wModNotFoundError (node
_modules/jest-resolve/b
uild/resolver.js:427:11
)
at
Object.require (src/sto
re/_tests_/subscription
Store.test.ts:1:1)
Test Suites: 1 failed,
2 passed, 3 total
Tests: 26
passed, 26 total
Snapshots: 0 total
Time: 3.167 s,
estimated 4 s
Ran all test suites.