@teambit/mocha 1.0.257 → 1.0.259
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.
@@ -1,4 +1,4 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<testsuites tests="0" failures="0" errors="0" skipped="0">
|
3
|
-
<testsuite name="teambit.defender/mocha@1.0.
|
3
|
+
<testsuite name="teambit.defender/mocha@1.0.259" tests="0" failures="0" errors="0" skipped="0"/>
|
4
4
|
</testsuites>
|
@@ -1 +1 @@
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports["teambit.defender/mocha-preview"]=t():e["teambit.defender/mocha-preview"]=t()}(self,(()=>(()=>{"use strict";var e={
|
1
|
+
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports["teambit.defender/mocha-preview"]=t():e["teambit.defender/mocha-preview"]=t()}(self,(()=>(()=>{"use strict";var e={15685:(e,t,o)=>{var r={id:"teambit.defender/mocha@1.0.259",homepage:"https://bit.cloud/teambit/defender/mocha",exported:!0};function n(){const e=i(o(41594));return n=function(){return e},e}function i(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.Logo=void 0,n.__bit_component=r,i.__bit_component=r;const a=()=>n().default.createElement("div",{style:{height:"100%",display:"flex",justifyContent:"center"}},n().default.createElement("img",{style:{width:70},src:"https://static.bit.dev/extensions-icons/mocha.svg"}));a.__bit_component=r,t.Logo=a},41594:e=>{e.exports=React}},t={};function o(r){var n=t[r];if(void 0!==n)return n.exports;var i=t[r]={exports:{}};return e[r](i,i.exports,o),i.exports}o.d=(e,t)=>{for(var r in t)o.o(t,r)&&!o.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},o.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),o.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var r={};return(()=>{o.r(r),o.d(r,{compositions:()=>f,compositions_metadata:()=>l,overview:()=>u});var e={};o.r(e),o.d(e,{default:()=>s});var t=o(15685);o(41594);const n=MdxJsReact,i=TeambitMdxUiMdxScopeContext;var a=["components"];function c(){return c=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var o=arguments[t];for(var r in o)Object.prototype.hasOwnProperty.call(o,r)&&(e[r]=o[r])}return e},c.apply(this,arguments)}var p={},d="wrapper";function s(e){var t=e.components,o=function(e,t){if(null==e)return{};var o,r,n=function(e,t){if(null==e)return{};var o={};for(var r in e)if(Object.prototype.hasOwnProperty.call(e,r)){if(t.indexOf(r)>=0)continue;o[r]=e[r]}return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)o=i[r],t.indexOf(o)>=0||Object.prototype.propertyIsEnumerable.call(e,o)&&(n[o]=e[o])}return n}(e,a);return(0,n.mdx)(d,c({},p,o,{components:t,mdxType:"MDXLayout"}),(0,n.mdx)(i.MDXScopeProvider,{components:{},mdxType:"MDXScopeProvider"}))}s.isMDXComponent=!0;const f=[t],u=[e],l={compositions:[{displayName:"Logo",identifier:"Logo"}]}})(),r})()));
|
package/artifacts/schema.json
CHANGED
@@ -14,273 +14,282 @@
|
|
14
14
|
},
|
15
15
|
"exports": [
|
16
16
|
{
|
17
|
-
"__schema": "
|
17
|
+
"__schema": "ExportSchema",
|
18
18
|
"location": {
|
19
|
-
"filePath": "
|
20
|
-
"line":
|
21
|
-
"character":
|
19
|
+
"filePath": "index.ts",
|
20
|
+
"line": 3,
|
21
|
+
"character": 15
|
22
22
|
},
|
23
|
-
"signature": "class MochaMain",
|
24
23
|
"name": "MochaMain",
|
25
|
-
"
|
26
|
-
|
27
|
-
|
28
|
-
"
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
"
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
24
|
+
"exportNode": {
|
25
|
+
"__schema": "ClassSchema",
|
26
|
+
"location": {
|
27
|
+
"filePath": "mocha.main.runtime.ts",
|
28
|
+
"line": 8,
|
29
|
+
"character": 1
|
30
|
+
},
|
31
|
+
"signature": "class MochaMain",
|
32
|
+
"name": "MochaMain",
|
33
|
+
"members": [
|
34
|
+
{
|
35
|
+
"__schema": "ConstructorSchema",
|
36
|
+
"location": {
|
37
|
+
"filePath": "mocha.main.runtime.ts",
|
38
|
+
"line": 9,
|
39
|
+
"character": 3
|
40
|
+
},
|
41
|
+
"signature": "constructor MochaMain(logger: Logger): MochaMain",
|
42
|
+
"name": "constructor",
|
43
|
+
"params": [
|
44
|
+
{
|
45
|
+
"__schema": "ParameterSchema",
|
46
46
|
"location": {
|
47
47
|
"filePath": "mocha.main.runtime.ts",
|
48
48
|
"line": 9,
|
49
|
-
"character":
|
49
|
+
"character": 15
|
50
50
|
},
|
51
|
-
"name": "
|
52
|
-
"
|
53
|
-
"
|
54
|
-
"
|
55
|
-
|
51
|
+
"name": "logger",
|
52
|
+
"type": {
|
53
|
+
"__schema": "TypeRefSchema",
|
54
|
+
"location": {
|
55
|
+
"filePath": "mocha.main.runtime.ts",
|
56
|
+
"line": 9,
|
57
|
+
"character": 31
|
58
|
+
},
|
59
|
+
"name": "Logger",
|
60
|
+
"componentId": {
|
61
|
+
"scope": "teambit.harmony",
|
62
|
+
"name": "logger"
|
63
|
+
}
|
64
|
+
},
|
65
|
+
"isOptional": false,
|
66
|
+
"isSpread": false
|
67
|
+
}
|
68
|
+
],
|
69
|
+
"returnType": {
|
70
|
+
"__schema": "ThisTypeSchema",
|
71
|
+
"location": {
|
72
|
+
"filePath": "mocha.main.runtime.ts",
|
73
|
+
"line": 8,
|
74
|
+
"character": 1
|
56
75
|
},
|
57
|
-
"
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
"__schema": "
|
76
|
+
"name": "MochaMain"
|
77
|
+
},
|
78
|
+
"modifiers": []
|
79
|
+
},
|
80
|
+
{
|
81
|
+
"__schema": "FunctionLikeSchema",
|
63
82
|
"location": {
|
64
83
|
"filePath": "mocha.main.runtime.ts",
|
65
|
-
"line":
|
66
|
-
"character":
|
84
|
+
"line": 11,
|
85
|
+
"character": 3
|
67
86
|
},
|
68
|
-
"
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
"__schema": "FunctionLikeSchema",
|
74
|
-
"location": {
|
75
|
-
"filePath": "mocha.main.runtime.ts",
|
76
|
-
"line": 11,
|
77
|
-
"character": 3
|
78
|
-
},
|
79
|
-
"signature": "(method) MochaMain.createTester(mochaConfig?: Mocha.MochaOptions, babelConfig?: TransformOptions, mochaModule?: any): MochaTester",
|
80
|
-
"name": "createTester",
|
81
|
-
"params": [
|
82
|
-
{
|
83
|
-
"__schema": "ParameterSchema",
|
84
|
-
"location": {
|
85
|
-
"filePath": "mocha.main.runtime.ts",
|
86
|
-
"line": 12,
|
87
|
-
"character": 5
|
88
|
-
},
|
89
|
-
"name": "mochaConfig",
|
90
|
-
"type": {
|
91
|
-
"__schema": "TypeRefSchema",
|
87
|
+
"signature": "(method) MochaMain.createTester(mochaConfig?: Mocha.MochaOptions, babelConfig?: TransformOptions, mochaModule?: any): MochaTester",
|
88
|
+
"name": "createTester",
|
89
|
+
"params": [
|
90
|
+
{
|
91
|
+
"__schema": "ParameterSchema",
|
92
92
|
"location": {
|
93
93
|
"filePath": "mocha.main.runtime.ts",
|
94
94
|
"line": 12,
|
95
|
-
"character":
|
95
|
+
"character": 5
|
96
96
|
},
|
97
|
-
"name": "
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
"
|
108
|
-
"
|
97
|
+
"name": "mochaConfig",
|
98
|
+
"type": {
|
99
|
+
"__schema": "TypeRefSchema",
|
100
|
+
"location": {
|
101
|
+
"filePath": "mocha.main.runtime.ts",
|
102
|
+
"line": 12,
|
103
|
+
"character": 18
|
104
|
+
},
|
105
|
+
"name": "Mocha.MochaOptions"
|
106
|
+
},
|
107
|
+
"isOptional": true,
|
108
|
+
"defaultValue": "{}",
|
109
|
+
"isSpread": false
|
109
110
|
},
|
110
|
-
|
111
|
-
|
112
|
-
"__schema": "TypeRefSchema",
|
111
|
+
{
|
112
|
+
"__schema": "ParameterSchema",
|
113
113
|
"location": {
|
114
114
|
"filePath": "mocha.main.runtime.ts",
|
115
115
|
"line": 13,
|
116
|
-
"character":
|
116
|
+
"character": 5
|
117
117
|
},
|
118
|
-
"name": "
|
119
|
-
"
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
"
|
130
|
-
"
|
118
|
+
"name": "babelConfig",
|
119
|
+
"type": {
|
120
|
+
"__schema": "TypeRefSchema",
|
121
|
+
"location": {
|
122
|
+
"filePath": "mocha.main.runtime.ts",
|
123
|
+
"line": 13,
|
124
|
+
"character": 18
|
125
|
+
},
|
126
|
+
"name": "TransformOptions",
|
127
|
+
"packageName": "@babel/core"
|
128
|
+
},
|
129
|
+
"isOptional": true,
|
130
|
+
"defaultValue": "{}",
|
131
|
+
"isSpread": false
|
131
132
|
},
|
132
|
-
|
133
|
-
|
134
|
-
"__schema": "InferenceTypeSchema",
|
133
|
+
{
|
134
|
+
"__schema": "ParameterSchema",
|
135
135
|
"location": {
|
136
136
|
"filePath": "mocha.main.runtime.ts",
|
137
137
|
"line": 15,
|
138
138
|
"character": 5
|
139
139
|
},
|
140
|
-
"
|
140
|
+
"name": "mochaModule",
|
141
|
+
"type": {
|
142
|
+
"__schema": "InferenceTypeSchema",
|
143
|
+
"location": {
|
144
|
+
"filePath": "mocha.main.runtime.ts",
|
145
|
+
"line": 15,
|
146
|
+
"character": 5
|
147
|
+
},
|
148
|
+
"type": "any"
|
149
|
+
},
|
150
|
+
"isOptional": true,
|
151
|
+
"defaultValue": "require('mocha')",
|
152
|
+
"isSpread": false
|
153
|
+
}
|
154
|
+
],
|
155
|
+
"returnType": {
|
156
|
+
"__schema": "TypeRefSchema",
|
157
|
+
"location": {
|
158
|
+
"filePath": "mocha.main.runtime.ts",
|
159
|
+
"line": 11,
|
160
|
+
"character": 3
|
141
161
|
},
|
142
|
-
"
|
143
|
-
"
|
144
|
-
"isSpread": false
|
145
|
-
}
|
146
|
-
],
|
147
|
-
"returnType": {
|
148
|
-
"__schema": "TypeRefSchema",
|
149
|
-
"location": {
|
150
|
-
"filePath": "mocha.main.runtime.ts",
|
151
|
-
"line": 11,
|
152
|
-
"character": 3
|
162
|
+
"name": "MochaTester",
|
163
|
+
"internalFilePath": "mocha.tester.ts"
|
153
164
|
},
|
154
|
-
"
|
155
|
-
"internalFilePath": "mocha.tester.ts"
|
156
|
-
},
|
157
|
-
"modifiers": []
|
158
|
-
},
|
159
|
-
{
|
160
|
-
"__schema": "VariableLikeSchema",
|
161
|
-
"location": {
|
162
|
-
"filePath": "mocha.main.runtime.ts",
|
163
|
-
"line": 20,
|
164
|
-
"character": 3
|
165
|
+
"modifiers": []
|
165
166
|
},
|
166
|
-
|
167
|
-
|
168
|
-
"type": {
|
169
|
-
"__schema": "InferenceTypeSchema",
|
167
|
+
{
|
168
|
+
"__schema": "VariableLikeSchema",
|
170
169
|
"location": {
|
171
170
|
"filePath": "mocha.main.runtime.ts",
|
172
171
|
"line": 20,
|
173
172
|
"character": 3
|
174
173
|
},
|
175
|
-
"
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
174
|
+
"signature": "(property) MochaMain.slots: never[]",
|
175
|
+
"name": "slots",
|
176
|
+
"type": {
|
177
|
+
"__schema": "InferenceTypeSchema",
|
178
|
+
"location": {
|
179
|
+
"filePath": "mocha.main.runtime.ts",
|
180
|
+
"line": 20,
|
181
|
+
"character": 3
|
182
|
+
},
|
183
|
+
"type": "never[]"
|
184
|
+
},
|
185
|
+
"isOptional": true,
|
186
|
+
"defaultValue": "[]"
|
186
187
|
},
|
187
|
-
|
188
|
-
|
189
|
-
"type": {
|
190
|
-
"__schema": "InferenceTypeSchema",
|
188
|
+
{
|
189
|
+
"__schema": "VariableLikeSchema",
|
191
190
|
"location": {
|
192
191
|
"filePath": "mocha.main.runtime.ts",
|
193
192
|
"line": 21,
|
194
193
|
"character": 3
|
195
194
|
},
|
196
|
-
"
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
195
|
+
"signature": "(property) MochaMain.dependencies: Aspect[]",
|
196
|
+
"name": "dependencies",
|
197
|
+
"type": {
|
198
|
+
"__schema": "InferenceTypeSchema",
|
199
|
+
"location": {
|
200
|
+
"filePath": "mocha.main.runtime.ts",
|
201
|
+
"line": 21,
|
202
|
+
"character": 3
|
203
|
+
},
|
204
|
+
"type": "Aspect[]"
|
205
|
+
},
|
206
|
+
"isOptional": true,
|
207
|
+
"defaultValue": "[LoggerAspect]"
|
207
208
|
},
|
208
|
-
|
209
|
-
|
210
|
-
"type": {
|
211
|
-
"__schema": "InferenceTypeSchema",
|
209
|
+
{
|
210
|
+
"__schema": "VariableLikeSchema",
|
212
211
|
"location": {
|
213
212
|
"filePath": "mocha.main.runtime.ts",
|
214
213
|
"line": 22,
|
215
214
|
"character": 3
|
216
215
|
},
|
217
|
-
"
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
},
|
222
|
-
{
|
223
|
-
"__schema": "FunctionLikeSchema",
|
224
|
-
"location": {
|
225
|
-
"filePath": "mocha.main.runtime.ts",
|
226
|
-
"line": 23,
|
227
|
-
"character": 3
|
228
|
-
},
|
229
|
-
"signature": "(method) MochaMain.provider([loggerMain]: [LoggerMain]): Promise<MochaMain>",
|
230
|
-
"name": "provider",
|
231
|
-
"params": [
|
232
|
-
{
|
233
|
-
"__schema": "ParameterSchema",
|
216
|
+
"signature": "(property) MochaMain.runtime: RuntimeDefinition",
|
217
|
+
"name": "runtime",
|
218
|
+
"type": {
|
219
|
+
"__schema": "InferenceTypeSchema",
|
234
220
|
"location": {
|
235
221
|
"filePath": "mocha.main.runtime.ts",
|
236
|
-
"line":
|
237
|
-
"character":
|
222
|
+
"line": 22,
|
223
|
+
"character": 3
|
238
224
|
},
|
239
|
-
"
|
240
|
-
|
241
|
-
|
225
|
+
"type": "RuntimeDefinition"
|
226
|
+
},
|
227
|
+
"isOptional": true,
|
228
|
+
"defaultValue": "MainRuntime"
|
229
|
+
},
|
230
|
+
{
|
231
|
+
"__schema": "FunctionLikeSchema",
|
232
|
+
"location": {
|
233
|
+
"filePath": "mocha.main.runtime.ts",
|
234
|
+
"line": 23,
|
235
|
+
"character": 3
|
236
|
+
},
|
237
|
+
"signature": "(method) MochaMain.provider([loggerMain]: [LoggerMain]): Promise<MochaMain>",
|
238
|
+
"name": "provider",
|
239
|
+
"params": [
|
240
|
+
{
|
241
|
+
"__schema": "ParameterSchema",
|
242
242
|
"location": {
|
243
243
|
"filePath": "mocha.main.runtime.ts",
|
244
244
|
"line": 23,
|
245
|
-
"character":
|
245
|
+
"character": 25
|
246
246
|
},
|
247
|
-
"
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
"
|
258
|
-
"
|
247
|
+
"name": "[ loggerMain ]",
|
248
|
+
"type": {
|
249
|
+
"__schema": "TupleTypeSchema",
|
250
|
+
"location": {
|
251
|
+
"filePath": "mocha.main.runtime.ts",
|
252
|
+
"line": 23,
|
253
|
+
"character": 39
|
254
|
+
},
|
255
|
+
"elements": [
|
256
|
+
{
|
257
|
+
"__schema": "TypeRefSchema",
|
258
|
+
"location": {
|
259
|
+
"filePath": "mocha.main.runtime.ts",
|
260
|
+
"line": 23,
|
261
|
+
"character": 40
|
262
|
+
},
|
263
|
+
"name": "LoggerMain",
|
264
|
+
"componentId": {
|
265
|
+
"scope": "teambit.harmony",
|
266
|
+
"name": "logger"
|
267
|
+
}
|
259
268
|
}
|
260
|
-
|
261
|
-
|
269
|
+
]
|
270
|
+
},
|
271
|
+
"isOptional": false,
|
272
|
+
"isSpread": false
|
273
|
+
}
|
274
|
+
],
|
275
|
+
"returnType": {
|
276
|
+
"__schema": "InferenceTypeSchema",
|
277
|
+
"location": {
|
278
|
+
"filePath": "mocha.main.runtime.ts",
|
279
|
+
"line": 23,
|
280
|
+
"character": 3
|
262
281
|
},
|
263
|
-
"
|
264
|
-
"isSpread": false
|
265
|
-
}
|
266
|
-
],
|
267
|
-
"returnType": {
|
268
|
-
"__schema": "InferenceTypeSchema",
|
269
|
-
"location": {
|
270
|
-
"filePath": "mocha.main.runtime.ts",
|
271
|
-
"line": 23,
|
272
|
-
"character": 3
|
282
|
+
"type": "Promise<MochaMain>"
|
273
283
|
},
|
274
|
-
"
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
"implementNodes": []
|
284
|
+
"modifiers": [
|
285
|
+
"static",
|
286
|
+
"async"
|
287
|
+
]
|
288
|
+
}
|
289
|
+
],
|
290
|
+
"extendsNodes": [],
|
291
|
+
"implementNodes": []
|
292
|
+
}
|
284
293
|
},
|
285
294
|
{
|
286
295
|
"__schema": "UnImplementedSchema",
|
@@ -293,30 +302,39 @@
|
|
293
302
|
"type": "Identifier"
|
294
303
|
},
|
295
304
|
{
|
296
|
-
"__schema": "
|
305
|
+
"__schema": "ExportSchema",
|
297
306
|
"location": {
|
298
|
-
"filePath": "
|
299
|
-
"line":
|
300
|
-
"character":
|
307
|
+
"filePath": "index.ts",
|
308
|
+
"line": 5,
|
309
|
+
"character": 10
|
301
310
|
},
|
302
|
-
"signature": "const MochaAspect: Aspect",
|
303
311
|
"name": "MochaAspect",
|
304
|
-
"
|
305
|
-
"__schema": "
|
312
|
+
"exportNode": {
|
313
|
+
"__schema": "VariableLikeSchema",
|
306
314
|
"location": {
|
307
315
|
"filePath": "mocha.aspect.ts",
|
308
316
|
"line": 3,
|
309
317
|
"character": 14
|
310
318
|
},
|
311
|
-
"
|
312
|
-
"
|
313
|
-
|
314
|
-
"
|
315
|
-
"
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
319
|
+
"signature": "const MochaAspect: Aspect",
|
320
|
+
"name": "MochaAspect",
|
321
|
+
"type": {
|
322
|
+
"__schema": "TypeRefSchema",
|
323
|
+
"location": {
|
324
|
+
"filePath": "mocha.aspect.ts",
|
325
|
+
"line": 3,
|
326
|
+
"character": 14
|
327
|
+
},
|
328
|
+
"name": "Aspect",
|
329
|
+
"componentId": {
|
330
|
+
"scope": "teambit.harmony",
|
331
|
+
"name": "harmony",
|
332
|
+
"version": "0.4.6"
|
333
|
+
}
|
334
|
+
},
|
335
|
+
"isOptional": false,
|
336
|
+
"defaultValue": "Aspect.create({\n id: 'teambit.defender/mocha',\n})"
|
337
|
+
}
|
320
338
|
}
|
321
339
|
],
|
322
340
|
"internals": []
|
@@ -654,7 +672,7 @@
|
|
654
672
|
"componentId": {
|
655
673
|
"scope": "teambit.defender",
|
656
674
|
"name": "mocha",
|
657
|
-
"version": "1.0.
|
675
|
+
"version": "1.0.259"
|
658
676
|
},
|
659
677
|
"taggedModuleExports": []
|
660
678
|
}
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.defender_mocha@1.0.
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.defender_mocha@1.0.
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.defender_mocha@1.0.259/dist/mocha.composition.js';
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.defender_mocha@1.0.259/dist/mocha.docs.mdx';
|
3
3
|
|
4
4
|
export const compositions = [compositions_0];
|
5
5
|
export const overview = [overview_0];
|
package/package.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@teambit/mocha",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.259",
|
4
4
|
"homepage": "https://bit.cloud/teambit/defender/mocha",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"componentId": {
|
7
7
|
"scope": "teambit.defender",
|
8
8
|
"name": "mocha",
|
9
|
-
"version": "1.0.
|
9
|
+
"version": "1.0.259"
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
12
|
"@babel/core": "7.19.6",
|
@@ -15,9 +15,9 @@
|
|
15
15
|
"p-map-series": "2.1.0",
|
16
16
|
"@teambit/harmony": "0.4.6",
|
17
17
|
"@teambit/tests-results": "1.0.4",
|
18
|
-
"@teambit/cli": "0.0.
|
19
|
-
"@teambit/logger": "0.0.
|
20
|
-
"@teambit/tester": "1.0.
|
18
|
+
"@teambit/cli": "0.0.863",
|
19
|
+
"@teambit/logger": "0.0.956",
|
20
|
+
"@teambit/tester": "1.0.259"
|
21
21
|
},
|
22
22
|
"devDependencies": {
|
23
23
|
"@types/mocha": "9.1.0",
|