-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest_output.txt
More file actions
59 lines (51 loc) · 3.39 KB
/
test_output.txt
File metadata and controls
59 lines (51 loc) · 3.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
RUN v4.0.18 P:/Praxis
ÔØ» src/commands/spec/validate.test.ts (7 tests | 1 failed) 11ms
Ô£ô should find a spec directory directly 2ms
Ô£ô should return null if spec directory not found 0ms
Ô£ô should extract intent id from spec content 0ms
Ô£ô should return null if intent id not found 0ms
Ô£ô should contain all required sections 0ms
Ô£ô should generate a prompt when all files exist 2ms
× should log error if spec not found 4ms
node.exe :
In riga:1 car:1
+ & "C:\nvm4w\nodejs/node.exe" "C:\nvm
4w\nodejs/node_modules/npm/bin/np ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpec
ified: (:String) [], RemoteExcept
ion
+ FullyQualifiedErrorId : NativeC
ommandError
ÔÄ»ÔÄ»ÔÄ»ÔÄ»ÔÄ»ÔÄ»ÔÄ» Failed Tests 1
ÔÄ»ÔÄ»ÔÄ»ÔÄ»ÔÄ»ÔÄ»ÔÄ»
FAIL
src/commands/spec/validate.test.ts >
spec/validate.ts > specValidateAction
> should log error if spec not found
AssertionError: expected "error" to
be called with arguments: [
StringContaining "not found" ][90m
Number of calls: [1m0[22m
[39m
ÔØ» src/commands/spec/validate.test.t
s:106:37
104| await
specValidateAction('missing-spec');
105|
106| expect(consoleErr
orSpy).toHaveBeenCalledWith(expect.str
ing
|
^
107| });
108| });
ÔÄ»ÔÄ»ÔÄ»ÔÄ»ÔÄ»ÔÄ»ÔÄ»ÔÄ»ÔÄ»ÔÄ»ÔÄ»ÔÄ»ÔÄ
»ÔÄ»ÔÄ»ÔÄ»ÔÄ»ÔÄ»ÔÄ»ÔÄ»ÔÄ»ÔÄ»ÔÄ»ÔÄ»[1/1
]ÔÄ»
Test Files 1 failed (1)
Tests 1 failed | 6 passed (7)
Start at 20:38:07
Duration 302ms (transform 61ms, setup 0ms, import 169ms, tests 11ms, environment 0ms)