@kya-os/create-mcpi-app 1.8.22 → 1.8.24-canary.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +1 -1
- package/.turbo/turbo-test$colon$coverage.log +558 -220
- package/.turbo/turbo-test.log +84 -209
- package/dist/cli-runner.d.ts +2 -0
- package/dist/cli-runner.d.ts.map +1 -0
- package/dist/cli-runner.js +390 -0
- package/dist/cli-runner.js.map +1 -0
- package/dist/helpers/fetch-cloudflare-mcpi-template.js +2 -2
- package/dist/helpers/fetch-cloudflare-mcpi-template.js.map +1 -1
- package/dist/index.js +5 -432
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,257 +1,132 @@
|
|
|
1
1
|
|
|
2
|
-
> @kya-os/create-mcpi-app@1.
|
|
3
|
-
> vitest run
|
|
2
|
+
> @kya-os/create-mcpi-app@1.7.42-canary.19 test /Users/brian/Documents/@kya-os/modelcontextprotocol-identity/xmcp-i/packages/create-mcpi-app
|
|
3
|
+
> vitest --run
|
|
4
4
|
|
|
5
|
+
▲ [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json]
|
|
5
6
|
|
|
6
|
-
|
|
7
|
+
package.json:15:6:
|
|
8
|
+
15 │ "types": "./dist/index.d.ts"
|
|
9
|
+
╵ ~~~~~~~
|
|
7
10
|
|
|
8
|
-
|
|
9
|
-
✓ test-cloudflare/tests/delegation.test.ts (12 tests) 4ms
|
|
10
|
-
✓ test-cloudflare/tests/cache-invalidation.test.ts (18 tests) 5ms
|
|
11
|
-
stdout | test-cloudflare/tests/session-management.test.ts > Session Management > Session Security > should not expose session data in logs
|
|
12
|
-
[Session] Created session: secure-session
|
|
11
|
+
The "import" condition comes earlier and will be used for all "import" statements:
|
|
13
12
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
13
|
+
package.json:13:6:
|
|
14
|
+
13 │ "import": "./dist/index.js",
|
|
15
|
+
╵ ~~~~~~~~
|
|
17
16
|
|
|
18
|
-
|
|
19
|
-
✓ src/__tests__/helpers/generate-identity.test.ts (24 tests) 20ms
|
|
20
|
-
✓ test-cloudflare/tests/do-routing.test.ts (14 tests) 42ms
|
|
21
|
-
stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include envPrefix in generated index.ts
|
|
17
|
+
The "require" condition comes earlier and will be used for all "require" calls:
|
|
22
18
|
|
|
23
|
-
|
|
19
|
+
package.json:14:6:
|
|
20
|
+
14 │ "require": "./dist/index.js",
|
|
21
|
+
╵ ~~~~~~~~~
|
|
24
22
|
|
|
25
|
-
|
|
26
|
-
🔑 Generating cryptographic identity...
|
|
23
|
+
▲ [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json]
|
|
27
24
|
|
|
28
|
-
|
|
25
|
+
package.json:20:6:
|
|
26
|
+
20 │ "types": "./dist/helpers/config-builder.d.ts"
|
|
27
|
+
╵ ~~~~~~~
|
|
29
28
|
|
|
30
|
-
|
|
31
|
-
✓ Lockfile created (package-lock.json) - remember to commit it
|
|
29
|
+
The "import" condition comes earlier and will be used for all "import" statements:
|
|
32
30
|
|
|
33
|
-
|
|
31
|
+
package.json:18:6:
|
|
32
|
+
18 │ "import": "./dist/helpers/config-builder.js",
|
|
33
|
+
╵ ~~~~~~~~
|
|
34
34
|
|
|
35
|
-
|
|
36
|
-
✓ Lockfile created (yarn.lock) - remember to commit it
|
|
35
|
+
The "require" condition comes earlier and will be used for all "require" calls:
|
|
37
36
|
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
- Configured wrangler.toml with KV namespaces
|
|
42
|
-
- Created modular tool structure
|
|
43
|
-
- Created setup script for KV namespace creation
|
|
37
|
+
package.json:19:6:
|
|
38
|
+
19 │ "require": "./dist/helpers/config-builder.js",
|
|
39
|
+
╵ ~~~~~~~~~
|
|
44
40
|
|
|
45
|
-
============================================================
|
|
46
|
-
🎉 Cloudflare MCP-I project created successfully!
|
|
47
|
-
============================================================
|
|
48
41
|
|
|
49
|
-
|
|
42
|
+
[1m[46m RUN [49m[22m [36mv4.0.5 [39m[90m/Users/brian/Documents/@kya-os/modelcontextprotocol-identity/xmcp-i/packages/create-mcpi-app[39m
|
|
50
43
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
44
|
+
[32m✓[39m src/__tests__/cloudflare-template.test.ts [2m([22m[2m24 tests[22m[2m)[22m[32m 89[2mms[22m[39m
|
|
45
|
+
[32m✓[39m src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts [2m([22m[2m21 tests[22m[2m)[22m[32m 171[2mms[22m[39m
|
|
46
|
+
[32m✓[39m test-cloudflare/tests/cache-invalidation.test.ts [2m([22m[2m18 tests[22m[2m)[22m[32m 5[2mms[22m[39m
|
|
47
|
+
[32m✓[39m test-cloudflare/tests/delegation.test.ts [2m([22m[2m12 tests[22m[2m)[22m[32m 4[2mms[22m[39m
|
|
48
|
+
[32m✓[39m test-cloudflare/tests/cors-security.test.ts [2m([22m[2m29 tests[22m[2m)[22m[32m 4[2mms[22m[39m
|
|
49
|
+
[90mstdout[2m | test-cloudflare/tests/session-management.test.ts[2m > [22m[2mSession Management[2m > [22m[2mSession Security[2m > [22m[2mshould not expose session data in logs
|
|
50
|
+
[22m[39m[Session] Created session: secure-session
|
|
55
51
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
🚀 Next Steps:
|
|
62
|
-
cd test-agent
|
|
63
|
-
|
|
64
|
-
stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include envPrefix in generated index.ts
|
|
65
|
-
wrangler login # Login to Cloudflare first!
|
|
66
|
-
npm run setup # Create KV namespaces
|
|
67
|
-
npm run dev # Start local development
|
|
68
|
-
npm run deploy # Deploy to Cloudflare
|
|
52
|
+
[32m✓[39m test-cloudflare/tests/session-management.test.ts [2m([22m[2m17 tests[22m[2m)[22m[32m 16[2mms[22m[39m
|
|
53
|
+
[32m✓[39m src/utils/__tests__/fetch-remote-config.test.ts [2m([22m[2m9 tests[22m[2m)[22m[32m 4[2mms[22m[39m
|
|
54
|
+
[90mstderr[2m | src/helpers/__tests__/config-builder.spec.ts[2m > [22m[2mbuildConfigWithRemote[2m > [22m[2mshould fallback to local config when remote fetch fails
|
|
55
|
+
[22m[39m[RemoteConfig] Neither projectId nor agentDid provided
|
|
69
56
|
|
|
57
|
+
[32m✓[39m src/helpers/__tests__/config-builder.spec.ts [2m([22m[2m12 tests[22m[2m)[22m[32m 7[2mms[22m[39m
|
|
58
|
+
[90mstdout[2m | src/__tests__/helpers/install.test.ts[2m > [22m[2minstall[2m > [22m[2mDependency installation[2m > [22m[2mshould install dependencies with npm
|
|
59
|
+
[22m[39m
|
|
60
|
+
📦 Installing dependencies with npm...
|
|
61
|
+
✓ Lockfile created (package-lock.json) - remember to commit it
|
|
70
62
|
|
|
71
|
-
|
|
63
|
+
[90mstdout[2m | src/__tests__/helpers/install.test.ts[2m > [22m[2minstall[2m > [22m[2mDependency installation[2m > [22m[2mshould install dependencies with yarn
|
|
64
|
+
[22m[39m
|
|
65
|
+
📦 Installing dependencies with yarn...
|
|
66
|
+
✓ Lockfile created (yarn.lock) - remember to commit it
|
|
72
67
|
|
|
68
|
+
[32m✓[39m src/__tests__/helpers/generate-identity.test.ts [2m([22m[2m24 tests[22m[2m)[22m[32m 30[2mms[22m[39m
|
|
69
|
+
[90mstdout[2m | src/__tests__/helpers/install.test.ts[2m > [22m[2minstall[2m > [22m[2mDependency installation[2m > [22m[2mshould install dependencies with pnpm
|
|
70
|
+
[22m[39m
|
|
73
71
|
📦 Installing dependencies with pnpm...
|
|
74
72
|
✓ Lockfile created (pnpm-lock.yaml) - remember to commit it
|
|
75
73
|
|
|
76
|
-
|
|
77
|
-
|
|
74
|
+
[32m✓[39m test-cloudflare/tests/do-routing.test.ts [2m([22m[2m14 tests[22m[2m)[22m[32m 56[2mms[22m[39m
|
|
75
|
+
[90mstdout[2m | src/__tests__/helpers/install.test.ts[2m > [22m[2minstall[2m > [22m[2mDependency installation[2m > [22m[2mshould use correct working directory
|
|
76
|
+
[22m[39m
|
|
78
77
|
📦 Installing dependencies with npm...
|
|
79
78
|
✓ Lockfile created (package-lock.json) - remember to commit it
|
|
80
79
|
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
🏗️ Generating Cloudflare MCP-I project: my-awesome-agent...
|
|
84
|
-
|
|
85
|
-
stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should use correct prefix format (uppercase with underscores)
|
|
86
|
-
🔑 Generating cryptographic identity...
|
|
87
|
-
|
|
88
|
-
stderr | src/__tests__/helpers/install.test.ts > install > Install progress reporting > should report correct package manager in log
|
|
89
|
-
⚠️ Warning: No lockfile generated (pnpm-lock.yaml)
|
|
90
|
-
|
|
91
|
-
stdout | src/__tests__/helpers/install.test.ts > install > Install progress reporting > should check for lockfile after installation
|
|
80
|
+
[90mstderr[2m | src/__tests__/helpers/install.test.ts[2m > [22m[2minstall[2m > [22m[2mInstall progress reporting[2m > [22m[2mshould report correct package manager in log
|
|
81
|
+
[22m[39m⚠️ Warning: No lockfile generated (pnpm-lock.yaml)
|
|
92
82
|
|
|
83
|
+
[90mstdout[2m | src/__tests__/helpers/install.test.ts[2m > [22m[2minstall[2m > [22m[2mInstall progress reporting[2m > [22m[2mshould check for lockfile after installation
|
|
84
|
+
[22m[39m
|
|
93
85
|
📦 Installing dependencies with npm...
|
|
94
86
|
✓ Lockfile created (package-lock.json) - remember to commit it
|
|
95
87
|
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
- Generated identity keys in .dev.vars
|
|
99
|
-
- Configured wrangler.toml with KV namespaces
|
|
100
|
-
- Created modular tool structure
|
|
101
|
-
- Created setup script for KV namespace creation
|
|
102
|
-
|
|
103
|
-
============================================================
|
|
104
|
-
🎉 Cloudflare MCP-I project created successfully!
|
|
105
|
-
============================================================
|
|
106
|
-
|
|
107
|
-
📝 Important Configuration Notes:
|
|
108
|
-
|
|
109
|
-
1. ADMIN_API_KEY (in .dev.vars):
|
|
110
|
-
- Set to same value as AGENTSHIELD_API_KEY for convenience
|
|
111
|
-
- You can change it if you need separate admin endpoint security
|
|
112
|
-
- Required for admin endpoints like /admin/clear-cache
|
|
113
|
-
|
|
114
|
-
2. KV Namespaces (in wrangler.toml):
|
|
115
|
-
- Required for MCP-I security features
|
|
116
|
-
- Auto-created by 'npm run setup' script
|
|
117
|
-
- Check wrangler.toml for 'TODO_REPLACE_WITH_ID' if setup failed
|
|
118
|
-
|
|
119
|
-
🚀 Next Steps:
|
|
120
|
-
cd my-awesome-agent
|
|
121
|
-
|
|
122
|
-
stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should use correct prefix format (uppercase with underscores)
|
|
123
|
-
wrangler login # Login to Cloudflare first!
|
|
124
|
-
npm run setup # Create KV namespaces
|
|
125
|
-
npm run dev # Start local development
|
|
126
|
-
npm run deploy # Deploy to Cloudflare
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should throw error when installation fails
|
|
130
|
-
stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should throw error when installation fails
|
|
131
|
-
|
|
88
|
+
[90mstdout[2m | src/__tests__/helpers/install.test.ts[2m > [22m[2minstall[2m > [22m[2mError handling[2m > [22m[2mshould throw error when installation fails
|
|
89
|
+
[22m[39m
|
|
132
90
|
📦 Installing dependencies with npm...
|
|
133
91
|
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should handle network errors during installation
|
|
137
|
-
stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should handle network errors during installation
|
|
92
|
+
[90mstderr[2m | src/__tests__/helpers/install.test.ts[2m > [22m[2minstall[2m > [22m[2mError handling[2m > [22m[2mshould throw error when installation fails
|
|
93
|
+
[22m[39mFailed to install dependencies with npm.
|
|
138
94
|
|
|
95
|
+
[90mstdout[2m | src/__tests__/helpers/install.test.ts[2m > [22m[2minstall[2m > [22m[2mError handling[2m > [22m[2mshould handle network errors during installation
|
|
96
|
+
[22m[39m
|
|
139
97
|
📦 Installing dependencies with npm...
|
|
140
98
|
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include comment explaining envPrefix purpose
|
|
144
|
-
|
|
145
|
-
🏗️ Generating Cloudflare MCP-I project: test-agent...
|
|
146
|
-
|
|
147
|
-
stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include comment explaining envPrefix purpose
|
|
148
|
-
🔑 Generating cryptographic identity...
|
|
149
|
-
stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should handle permission errors during installation
|
|
150
|
-
Failed to install dependencies with npm.
|
|
151
|
-
|
|
152
|
-
stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should handle permission errors during installation
|
|
99
|
+
[90mstderr[2m | src/__tests__/helpers/install.test.ts[2m > [22m[2minstall[2m > [22m[2mError handling[2m > [22m[2mshould handle network errors during installation
|
|
100
|
+
[22m[39mFailed to install dependencies with npm.
|
|
153
101
|
|
|
102
|
+
[90mstdout[2m | src/__tests__/helpers/install.test.ts[2m > [22m[2minstall[2m > [22m[2mError handling[2m > [22m[2mshould handle permission errors during installation
|
|
103
|
+
[22m[39m
|
|
154
104
|
📦 Installing dependencies with npm...
|
|
155
105
|
|
|
106
|
+
[90mstderr[2m | src/__tests__/helpers/install.test.ts[2m > [22m[2minstall[2m > [22m[2mError handling[2m > [22m[2mshould handle permission errors during installation
|
|
107
|
+
[22m[39mFailed to install dependencies with npm.
|
|
156
108
|
|
|
157
|
-
|
|
158
|
-
|
|
109
|
+
[90mstdout[2m | src/__tests__/helpers/install.test.ts[2m > [22m[2minstall[2m > [22m[2mError handling[2m > [22m[2mshould log error message when installation fails
|
|
110
|
+
[22m[39m
|
|
159
111
|
📦 Installing dependencies with npm...
|
|
160
112
|
|
|
161
|
-
|
|
162
|
-
|
|
113
|
+
[90mstdout[2m | src/__tests__/helpers/install.test.ts[2m > [22m[2minstall[2m > [22m[2mError handling[2m > [22m[2mshould handle invalid package manager gracefully
|
|
114
|
+
[22m[39m
|
|
163
115
|
📦 Installing dependencies with unknown...
|
|
164
|
-
stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should handle invalid package manager gracefully
|
|
165
|
-
⚠️ Warning: Unknown package manager "unknown", cannot check lockfile
|
|
166
|
-
|
|
167
116
|
|
|
168
|
-
|
|
117
|
+
[90mstderr[2m | src/__tests__/helpers/install.test.ts[2m > [22m[2minstall[2m > [22m[2mError handling[2m > [22m[2mshould handle invalid package manager gracefully
|
|
118
|
+
[22m[39m⚠️ Warning: Unknown package manager "unknown", cannot check lockfile
|
|
169
119
|
|
|
120
|
+
[90mstdout[2m | src/__tests__/helpers/install.test.ts[2m > [22m[2minstall[2m > [22m[2mLockfile validation[2m > [22m[2mshould warn when lockfile not created
|
|
121
|
+
[22m[39m
|
|
170
122
|
📦 Installing dependencies with npm...
|
|
171
123
|
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
- Generated identity keys in .dev.vars
|
|
176
|
-
- Configured wrangler.toml with KV namespaces
|
|
177
|
-
- Created modular tool structure
|
|
178
|
-
- Created setup script for KV namespace creation
|
|
179
|
-
|
|
180
|
-
============================================================
|
|
181
|
-
🎉 Cloudflare MCP-I project created successfully!
|
|
182
|
-
============================================================
|
|
183
|
-
|
|
184
|
-
📝 Important Configuration Notes:
|
|
185
|
-
|
|
186
|
-
1. ADMIN_API_KEY (in .dev.vars):
|
|
187
|
-
- Set to same value as AGENTSHIELD_API_KEY for convenience
|
|
188
|
-
- You can change it if you need separate admin endpoint security
|
|
189
|
-
- Required for admin endpoints like /admin/clear-cache
|
|
190
|
-
|
|
191
|
-
2. KV Namespaces (in wrangler.toml):
|
|
192
|
-
- Required for MCP-I security features
|
|
193
|
-
- Auto-created by 'npm run setup' script
|
|
194
|
-
- Check wrangler.toml for 'TODO_REPLACE_WITH_ID' if setup failed
|
|
195
|
-
|
|
196
|
-
🚀 Next Steps:
|
|
197
|
-
cd test-agent
|
|
198
|
-
|
|
199
|
-
✓ src/__tests__/helpers/install.test.ts (20 tests) 50ms
|
|
200
|
-
stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include comment explaining envPrefix purpose
|
|
201
|
-
wrangler login # Login to Cloudflare first!
|
|
202
|
-
npm run setup # Create KV namespaces
|
|
203
|
-
npm run dev # Start local development
|
|
204
|
-
npm run deploy # Deploy to Cloudflare
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should match envPrefix with KV binding names in wrangler.toml
|
|
208
|
-
|
|
209
|
-
🏗️ Generating Cloudflare MCP-I project: test-agent...
|
|
210
|
-
|
|
211
|
-
stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should match envPrefix with KV binding names in wrangler.toml
|
|
212
|
-
🔑 Generating cryptographic identity...
|
|
213
|
-
|
|
214
|
-
✓ src/__tests__/helpers/validate-project-structure.test.ts (23 tests) 62ms
|
|
215
|
-
✓ src/__tests__/helpers/generate-config.test.ts (25 tests) 72ms
|
|
216
|
-
stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should match envPrefix with KV binding names in wrangler.toml
|
|
217
|
-
✔ Created Cloudflare MCP-I template files
|
|
218
|
-
- Generated identity keys in .dev.vars
|
|
219
|
-
- Configured wrangler.toml with KV namespaces
|
|
220
|
-
- Created modular tool structure
|
|
221
|
-
- Created setup script for KV namespace creation
|
|
222
|
-
|
|
223
|
-
============================================================
|
|
224
|
-
🎉 Cloudflare MCP-I project created successfully!
|
|
225
|
-
============================================================
|
|
226
|
-
|
|
227
|
-
📝 Important Configuration Notes:
|
|
228
|
-
|
|
229
|
-
1. ADMIN_API_KEY (in .dev.vars):
|
|
230
|
-
- Set to same value as AGENTSHIELD_API_KEY for convenience
|
|
231
|
-
- You can change it if you need separate admin endpoint security
|
|
232
|
-
- Required for admin endpoints like /admin/clear-cache
|
|
233
|
-
|
|
234
|
-
2. KV Namespaces (in wrangler.toml):
|
|
235
|
-
- Required for MCP-I security features
|
|
236
|
-
- Auto-created by 'npm run setup' script
|
|
237
|
-
- Check wrangler.toml for 'TODO_REPLACE_WITH_ID' if setup failed
|
|
238
|
-
|
|
239
|
-
🚀 Next Steps:
|
|
240
|
-
cd test-agent
|
|
241
|
-
|
|
242
|
-
stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should match envPrefix with KV binding names in wrangler.toml
|
|
243
|
-
wrangler login # Login to Cloudflare first!
|
|
244
|
-
npm run setup # Create KV namespaces
|
|
245
|
-
npm run dev # Start local development
|
|
246
|
-
npm run deploy # Deploy to Cloudflare
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
✓ src/__tests__/scaffolder-envprefix.test.ts (4 tests) 66ms
|
|
250
|
-
✓ src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts (21 tests) 151ms
|
|
251
|
-
✓ src/__tests__/cloudflare-template.test.ts (30 tests | 2 skipped) 184ms
|
|
124
|
+
[32m✓[39m src/__tests__/helpers/install.test.ts [2m([22m[2m20 tests[22m[2m)[22m[32m 37[2mms[22m[39m
|
|
125
|
+
[32m✓[39m src/__tests__/helpers/generate-config.test.ts [2m([22m[2m25 tests[22m[2m)[22m[32m 53[2mms[22m[39m
|
|
126
|
+
[32m✓[39m src/__tests__/helpers/validate-project-structure.test.ts [2m([22m[2m23 tests[22m[2m)[22m[32m 41[2mms[22m[39m
|
|
252
127
|
|
|
253
|
-
Test Files
|
|
254
|
-
Tests
|
|
255
|
-
Start at
|
|
256
|
-
Duration
|
|
128
|
+
[2m Test Files [22m [1m[32m13 passed[39m[22m[90m (13)[39m
|
|
129
|
+
[2m Tests [22m [1m[32m248 passed[39m[22m[90m (248)[39m
|
|
130
|
+
[2m Start at [22m 15:48:56
|
|
131
|
+
[2m Duration [22m 938ms[2m (transform 466ms, setup 0ms, collect 792ms, tests 517ms, environment 1ms, prepare 154ms)[22m
|
|
257
132
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cli-runner.d.ts","sourceRoot":"","sources":["../src/cli-runner.ts"],"names":[],"mappings":"AA0BA,wBAAsB,MAAM,CAAC,IAAI,GAAE,MAAM,EAAiB,GAAG,OAAO,CAAC,IAAI,CAAC,CA2bzE"}
|