@teambit/multi-tester 1.0.337 → 1.0.339

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/multi-tester@1.0.337" tests="0" failures="0" errors="0" skipped="0"/>
3
+ <testsuite name="teambit.defender/multi-tester@1.0.339" 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/multi-tester-preview"]=t():e["teambit.defender/multi-tester-preview"]=t()}(self,(()=>(()=>{"use strict";var e={38112:(e,t,n)=>{Object.defineProperty(t,"Ay",{enumerable:!0,get:function(){return r.default}});var r=o(n(12584));function o(e){return e&&e.__esModule?e:{default:e}}o.__bit_component={id:"teambit.defender/content/tester-overview@1.95.0",homepage:"https://bit.dev/teambit/defender/content/tester-overview",exported:!0}},12584:(e,t,n)=>{var r={id:"teambit.defender/content/tester-overview@1.95.0",homepage:"https://bit.dev/teambit/defender/content/tester-overview",exported:!0};Object.defineProperty(t,"__esModule",{value:!0}),t.default=c,s(n(41594));var o=n(5016),i=n(65682),a=["components"];function s(e){return e&&e.__esModule?e:{default:e}}function p(){return p=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},p.apply(this,arguments)}function d(e,t){if(null==e)return{};var n,r,o=l(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}function l(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}s.__bit_component=r,p.__bit_component=r,d.__bit_component=r,l.__bit_component=r;var m={},u="wrapper";function c(e){var t=e.components,n=d(e,a);return(0,o.mdx)(u,p({},m,n,{components:t,mdxType:"MDXLayout"}),(0,o.mdx)(i.MDXScopeProvider,{components:{},mdxType:"MDXScopeProvider"},(0,o.mdx)("h1",null,"Tester Overview"),(0,o.mdx)("p",null,"The ",(0,o.mdx)("em",{parentName:"p"},"Tester")," provides a unified interface for testing components regardless of the specific tester they use."),(0,o.mdx)("p",null,"Software testing is a way to validate that an application or a module of it, behaves as expected."),(0,o.mdx)("p",null,"Web applications and services are often tested using a set of testing tools, where each tool plays a different role. For example, ",(0,o.mdx)("a",{parentName:"p",href:"https://jestjs.io/"},"Jest")," can be used as a test runner and as an assertion library, while ",(0,o.mdx)("a",{parentName:"p",href:"https://testing-library.com/"},"React Testing Library")," can be used for testing utilities."),(0,o.mdx)("p",null,"The Tester aspect is responsible for standardizing test execution for components; That is, it standardizes the way test runners are used. Other testing libraries used for utils, mocks, etc., are irrelevant, in that sense."),(0,o.mdx)("p",null,"Standardization is done for component testing during development (in the workspace) as well as for distribution (in a capsule ",", as part of the component ",(0,o.mdx)("a",{parentName:"p",href:"/builder/build-pipelines"},"build pipeline"),")."),(0,o.mdx)("h2",null,"Testing in development"),(0,o.mdx)("p",null,"Bit tests all components in the ",(0,o.mdx)("a",{parentName:"p",href:"/workspace/overview"},"Workspace")," using just a single command. That is true for components of all types, regardless of their specific ",(0,o.mdx)("a",{parentName:"p",href:"/envs/overview"},"Env"),", and as a consequence of that, their specific ",(0,o.mdx)("a",{parentName:"p",href:"/tester/overview"},"Tester implementation")," and configuration."),(0,o.mdx)("pre",null,(0,o.mdx)("code",{parentName:"pre",className:"language-bash"},"bit test\n")),(0,o.mdx)("p",null,"Components can be watched for changes and retested with a single command, as well."),(0,o.mdx)("pre",null,(0,o.mdx)("code",{parentName:"pre",className:"language-bash"},"bit test -w\n")),(0,o.mdx)("p",null,"To learn more on testing during development, please refer to ",(0,o.mdx)("a",{parentName:"p",href:"/tester/workspace-testing"},"Workspace Testing"),"."),(0,o.mdx)("h2",null,"Testing during build"),(0,o.mdx)("p",null,"Testing components for distribution is done during ",(0,o.mdx)("inlineCode",{parentName:"p"},"build")," by the Bit ",(0,o.mdx)("a",{parentName:"p",href:"/builder/overview"},"Builder"),"."),(0,o.mdx)("p",null,"Component build can be simulated with ",(0,o.mdx)("inlineCode",{parentName:"p"},"bit build")," and done through ",(0,o.mdx)("a",{parentName:"p",href:"/components/tags"},"Tag")," or ",(0,o.mdx)("a",{parentName:"p",href:"/components/snaps"},"Snap")),(0,o.mdx)("pre",null,(0,o.mdx)("code",{parentName:"pre",className:"language-bash"},"bit build\n")),(0,o.mdx)("p",null,"By default, Bit's pre-configured Envs includes a ",(0,o.mdx)("a",{parentName:"p",href:"/builder/overview#build-task"},"Build Task")," for testing components in the ",(0,o.mdx)("a",{parentName:"p",href:"/builder/build-pipelines"},"Build Pipeline"),", each using the Env's specific test configs."),(0,o.mdx)("p",null,"Testing during build provides the highest \"external validity\" by running tests on the distributable code that was generated by the Env's compiler and not by the tester's.\nThat way, the exact same code that will be consumed by other components, is tested before it is released. Moreover, since each component is tested in a capsule ",", isolated from the rest of the workspace, tests are guaranteed to provide results that are context-agnostic and free of false-positives."),(0,o.mdx)("h2",null,"Configuring and implementing Testers"),(0,o.mdx)("p",null,"Testers are configured in the ",(0,o.mdx)("a",{parentName:"p",href:"/envs/overview"},"Env")," which is configured on your ",(0,o.mdx)("a",{parentName:"p",href:"/components/overview"},"Component"),". Customizing the Tester can be done by ",(0,o.mdx)("a",{parentName:"p",href:"/envs/services/testing"},"customizing an existing env with your tester")," or by ",(0,o.mdx)("a",{parentName:"p",href:"/envs/customizing-env"},"implementing your own Env"),"."),(0,o.mdx)("p",null,"Tester can also be implemented into Bit through few interfaces. \x3c!--TODO For more information on implementing your own compiler please refer to ",(0,o.mdx)("a",{parentName:"p",href:"/"},"Implement a Compiler"),".")))}c.__bit_component=r,c.isMDXComponent=!0},43642:(e,t,n)=>{var r={id:"teambit.defender/multi-tester@1.0.337",homepage:"https://bit.cloud/teambit/defender/multi-tester",exported:!0};function o(){const e=i(n(41594));return o=function(){return e},e}function i(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.Logo=void 0,o.__bit_component=r,i.__bit_component=r;const a=()=>o().default.createElement("div",{style:{height:"100%",display:"flex",justifyContent:"center"}},o().default.createElement("img",{style:{width:70},src:"https://static.bit.dev/extensions-icons/tester.svg"}));a.__bit_component=r,t.Logo=a},5016:e=>{e.exports=MdxJsReact},41594:e=>{e.exports=React},65682:e=>{e.exports=TeambitMdxUiMdxScopeContext}},t={};function n(r){var o=t[r];if(void 0!==o)return o.exports;var i=t[r]={exports:{}};return e[r](i,i.exports,n),i.exports}n.d=(e,t)=>{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var r={};n.r(r),n.d(r,{compositions:()=>f,compositions_metadata:()=>v,overview:()=>b});var o={};n.r(o),n.d(o,{default:()=>c});var i=n(43642),a=(n(41594),n(5016)),s=n(65682),p=n(38112),d=["components"];function l(){return l=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},l.apply(null,arguments)}var m={},u="wrapper";function c(e){var t=e.components,n=function(e,t){if(null==e)return{};var n,r,o=function(e,t){if(null==e)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(t.includes(r))continue;n[r]=e[r]}return n}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)n=i[r],t.includes(n)||{}.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}(e,d);return(0,a.mdx)(u,l({},m,n,{components:t,mdxType:"MDXLayout"}),(0,a.mdx)(s.MDXScopeProvider,{components:{TesterOverview:p.Ay},mdxType:"MDXScopeProvider"},(0,a.mdx)(p.Ay,{mdxType:"TesterOverview"})))}c.isMDXComponent=!0;const f=[i],b=[o],v={compositions:[{displayName:"Logo",identifier:"Logo"}]};return r})()));
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/multi-tester-preview"]=t():e["teambit.defender/multi-tester-preview"]=t()}(self,(()=>(()=>{"use strict";var e={38112:(e,t,n)=>{Object.defineProperty(t,"Ay",{enumerable:!0,get:function(){return r.default}});var r=o(n(12584));function o(e){return e&&e.__esModule?e:{default:e}}o.__bit_component={id:"teambit.defender/content/tester-overview@1.95.0",homepage:"https://bit.dev/teambit/defender/content/tester-overview",exported:!0}},12584:(e,t,n)=>{var r={id:"teambit.defender/content/tester-overview@1.95.0",homepage:"https://bit.dev/teambit/defender/content/tester-overview",exported:!0};Object.defineProperty(t,"__esModule",{value:!0}),t.default=c,s(n(41594));var o=n(5016),i=n(65682),a=["components"];function s(e){return e&&e.__esModule?e:{default:e}}function p(){return p=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},p.apply(this,arguments)}function d(e,t){if(null==e)return{};var n,r,o=l(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}function l(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}s.__bit_component=r,p.__bit_component=r,d.__bit_component=r,l.__bit_component=r;var m={},u="wrapper";function c(e){var t=e.components,n=d(e,a);return(0,o.mdx)(u,p({},m,n,{components:t,mdxType:"MDXLayout"}),(0,o.mdx)(i.MDXScopeProvider,{components:{},mdxType:"MDXScopeProvider"},(0,o.mdx)("h1",null,"Tester Overview"),(0,o.mdx)("p",null,"The ",(0,o.mdx)("em",{parentName:"p"},"Tester")," provides a unified interface for testing components regardless of the specific tester they use."),(0,o.mdx)("p",null,"Software testing is a way to validate that an application or a module of it, behaves as expected."),(0,o.mdx)("p",null,"Web applications and services are often tested using a set of testing tools, where each tool plays a different role. For example, ",(0,o.mdx)("a",{parentName:"p",href:"https://jestjs.io/"},"Jest")," can be used as a test runner and as an assertion library, while ",(0,o.mdx)("a",{parentName:"p",href:"https://testing-library.com/"},"React Testing Library")," can be used for testing utilities."),(0,o.mdx)("p",null,"The Tester aspect is responsible for standardizing test execution for components; That is, it standardizes the way test runners are used. Other testing libraries used for utils, mocks, etc., are irrelevant, in that sense."),(0,o.mdx)("p",null,"Standardization is done for component testing during development (in the workspace) as well as for distribution (in a capsule ",", as part of the component ",(0,o.mdx)("a",{parentName:"p",href:"/builder/build-pipelines"},"build pipeline"),")."),(0,o.mdx)("h2",null,"Testing in development"),(0,o.mdx)("p",null,"Bit tests all components in the ",(0,o.mdx)("a",{parentName:"p",href:"/workspace/overview"},"Workspace")," using just a single command. That is true for components of all types, regardless of their specific ",(0,o.mdx)("a",{parentName:"p",href:"/envs/overview"},"Env"),", and as a consequence of that, their specific ",(0,o.mdx)("a",{parentName:"p",href:"/tester/overview"},"Tester implementation")," and configuration."),(0,o.mdx)("pre",null,(0,o.mdx)("code",{parentName:"pre",className:"language-bash"},"bit test\n")),(0,o.mdx)("p",null,"Components can be watched for changes and retested with a single command, as well."),(0,o.mdx)("pre",null,(0,o.mdx)("code",{parentName:"pre",className:"language-bash"},"bit test -w\n")),(0,o.mdx)("p",null,"To learn more on testing during development, please refer to ",(0,o.mdx)("a",{parentName:"p",href:"/tester/workspace-testing"},"Workspace Testing"),"."),(0,o.mdx)("h2",null,"Testing during build"),(0,o.mdx)("p",null,"Testing components for distribution is done during ",(0,o.mdx)("inlineCode",{parentName:"p"},"build")," by the Bit ",(0,o.mdx)("a",{parentName:"p",href:"/builder/overview"},"Builder"),"."),(0,o.mdx)("p",null,"Component build can be simulated with ",(0,o.mdx)("inlineCode",{parentName:"p"},"bit build")," and done through ",(0,o.mdx)("a",{parentName:"p",href:"/components/tags"},"Tag")," or ",(0,o.mdx)("a",{parentName:"p",href:"/components/snaps"},"Snap")),(0,o.mdx)("pre",null,(0,o.mdx)("code",{parentName:"pre",className:"language-bash"},"bit build\n")),(0,o.mdx)("p",null,"By default, Bit's pre-configured Envs includes a ",(0,o.mdx)("a",{parentName:"p",href:"/builder/overview#build-task"},"Build Task")," for testing components in the ",(0,o.mdx)("a",{parentName:"p",href:"/builder/build-pipelines"},"Build Pipeline"),", each using the Env's specific test configs."),(0,o.mdx)("p",null,"Testing during build provides the highest \"external validity\" by running tests on the distributable code that was generated by the Env's compiler and not by the tester's.\nThat way, the exact same code that will be consumed by other components, is tested before it is released. Moreover, since each component is tested in a capsule ",", isolated from the rest of the workspace, tests are guaranteed to provide results that are context-agnostic and free of false-positives."),(0,o.mdx)("h2",null,"Configuring and implementing Testers"),(0,o.mdx)("p",null,"Testers are configured in the ",(0,o.mdx)("a",{parentName:"p",href:"/envs/overview"},"Env")," which is configured on your ",(0,o.mdx)("a",{parentName:"p",href:"/components/overview"},"Component"),". Customizing the Tester can be done by ",(0,o.mdx)("a",{parentName:"p",href:"/envs/services/testing"},"customizing an existing env with your tester")," or by ",(0,o.mdx)("a",{parentName:"p",href:"/envs/customizing-env"},"implementing your own Env"),"."),(0,o.mdx)("p",null,"Tester can also be implemented into Bit through few interfaces. \x3c!--TODO For more information on implementing your own compiler please refer to ",(0,o.mdx)("a",{parentName:"p",href:"/"},"Implement a Compiler"),".")))}c.__bit_component=r,c.isMDXComponent=!0},32224:(e,t,n)=>{var r={id:"teambit.defender/multi-tester@1.0.339",homepage:"https://bit.cloud/teambit/defender/multi-tester",exported:!0};function o(){const e=i(n(41594));return o=function(){return e},e}function i(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.Logo=void 0,o.__bit_component=r,i.__bit_component=r;const a=()=>o().default.createElement("div",{style:{height:"100%",display:"flex",justifyContent:"center"}},o().default.createElement("img",{style:{width:70},src:"https://static.bit.dev/extensions-icons/tester.svg"}));a.__bit_component=r,t.Logo=a},5016:e=>{e.exports=MdxJsReact},41594:e=>{e.exports=React},65682:e=>{e.exports=TeambitMdxUiMdxScopeContext}},t={};function n(r){var o=t[r];if(void 0!==o)return o.exports;var i=t[r]={exports:{}};return e[r](i,i.exports,n),i.exports}n.d=(e,t)=>{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var r={};n.r(r),n.d(r,{compositions:()=>f,compositions_metadata:()=>v,overview:()=>b});var o={};n.r(o),n.d(o,{default:()=>c});var i=n(32224),a=(n(41594),n(5016)),s=n(65682),p=n(38112),d=["components"];function l(){return l=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},l.apply(null,arguments)}var m={},u="wrapper";function c(e){var t=e.components,n=function(e,t){if(null==e)return{};var n,r,o=function(e,t){if(null==e)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(t.includes(r))continue;n[r]=e[r]}return n}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)n=i[r],t.includes(n)||{}.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}(e,d);return(0,a.mdx)(u,l({},m,n,{components:t,mdxType:"MDXLayout"}),(0,a.mdx)(s.MDXScopeProvider,{components:{TesterOverview:p.Ay},mdxType:"MDXScopeProvider"},(0,a.mdx)(p.Ay,{mdxType:"TesterOverview"})))}c.isMDXComponent=!0;const f=[i],b=[o],v={compositions:[{displayName:"Logo",identifier:"Logo"}]};return r})()));
@@ -60,34 +60,86 @@
60
60
  "__schema": "ClassSchema",
61
61
  "location": {
62
62
  "filePath": "multi-tester.main.runtime.ts",
63
- "line": 6,
63
+ "line": 8,
64
64
  "character": 1
65
65
  },
66
66
  "signature": "class MultiTesterMain",
67
67
  "name": "MultiTesterMain",
68
68
  "members": [
69
+ {
70
+ "__schema": "ConstructorSchema",
71
+ "location": {
72
+ "filePath": "multi-tester.main.runtime.ts",
73
+ "line": 9,
74
+ "character": 3
75
+ },
76
+ "signature": "constructor MultiTesterMain(logger: Logger): MultiTesterMain",
77
+ "name": "constructor",
78
+ "params": [
79
+ {
80
+ "__schema": "ParameterSchema",
81
+ "location": {
82
+ "filePath": "multi-tester.main.runtime.ts",
83
+ "line": 9,
84
+ "character": 15
85
+ },
86
+ "name": "logger",
87
+ "type": {
88
+ "__schema": "TypeRefSchema",
89
+ "location": {
90
+ "filePath": "multi-tester.main.runtime.ts",
91
+ "line": 9,
92
+ "character": 31
93
+ },
94
+ "name": "Logger"
95
+ },
96
+ "isOptional": false,
97
+ "isSpread": false
98
+ }
99
+ ],
100
+ "returnType": {
101
+ "__schema": "ThisTypeSchema",
102
+ "location": {
103
+ "filePath": "multi-tester.main.runtime.ts",
104
+ "line": 8,
105
+ "character": 1
106
+ },
107
+ "name": "MultiTesterMain"
108
+ },
109
+ "modifiers": []
110
+ },
69
111
  {
70
112
  "__schema": "FunctionLikeSchema",
71
113
  "location": {
72
114
  "filePath": "multi-tester.main.runtime.ts",
73
- "line": 11,
115
+ "line": 17,
74
116
  "character": 3
75
117
  },
76
118
  "doc": {
77
119
  "__schema": "DocSchema",
78
120
  "location": {
79
121
  "filePath": "multi-tester.main.runtime.ts",
80
- "line": 7,
122
+ "line": 11,
81
123
  "character": 3
82
124
  },
83
- "raw": "/**\n * create a multi-tester `Tester` instance.\n * @param testers list of testers to include.\n */",
84
- "comment": "create a multi-tester `Tester` instance.",
125
+ "raw": "/**\n *\n * @deprecated use jest tester from https://bit.cloud/teambit/defender/testers/multi-tester\n * create a multi-tester `Tester` instance.\n * @param testers list of testers to include.\n */",
126
+ "comment": "",
85
127
  "tags": [
128
+ {
129
+ "__schema": "TagSchema",
130
+ "location": {
131
+ "filePath": "multi-tester.main.runtime.ts",
132
+ "line": 13,
133
+ "character": 6
134
+ },
135
+ "tagName": "deprecated",
136
+ "comment": "use jest tester from https://bit.cloud/teambit/defender/testers/multi-tester\ncreate a multi-tester `Tester` instance."
137
+ },
86
138
  {
87
139
  "__schema": "PropertyLikeTagSchema",
88
140
  "location": {
89
141
  "filePath": "multi-tester.main.runtime.ts",
90
- "line": 9,
142
+ "line": 15,
91
143
  "character": 6
92
144
  },
93
145
  "name": "testers",
@@ -103,7 +155,7 @@
103
155
  "__schema": "ParameterSchema",
104
156
  "location": {
105
157
  "filePath": "multi-tester.main.runtime.ts",
106
- "line": 11,
158
+ "line": 17,
107
159
  "character": 16
108
160
  },
109
161
  "name": "testers",
@@ -111,14 +163,14 @@
111
163
  "__schema": "TypeArraySchema",
112
164
  "location": {
113
165
  "filePath": "multi-tester.main.runtime.ts",
114
- "line": 11,
166
+ "line": 17,
115
167
  "character": 25
116
168
  },
117
169
  "type": {
118
170
  "__schema": "TypeRefSchema",
119
171
  "location": {
120
172
  "filePath": "multi-tester.main.runtime.ts",
121
- "line": 11,
173
+ "line": 17,
122
174
  "character": 25
123
175
  },
124
176
  "name": "Tester"
@@ -132,7 +184,7 @@
132
184
  "__schema": "TypeRefSchema",
133
185
  "location": {
134
186
  "filePath": "multi-tester.main.runtime.ts",
135
- "line": 11,
187
+ "line": 17,
136
188
  "character": 3
137
189
  },
138
190
  "name": "MultiTester"
@@ -143,7 +195,7 @@
143
195
  "__schema": "VariableLikeSchema",
144
196
  "location": {
145
197
  "filePath": "multi-tester.main.runtime.ts",
146
- "line": 15,
198
+ "line": 24,
147
199
  "character": 3
148
200
  },
149
201
  "signature": "(property) MultiTesterMain.runtime: RuntimeDefinition",
@@ -152,7 +204,7 @@
152
204
  "__schema": "InferenceTypeSchema",
153
205
  "location": {
154
206
  "filePath": "multi-tester.main.runtime.ts",
155
- "line": 15,
207
+ "line": 24,
156
208
  "character": 3
157
209
  },
158
210
  "type": "RuntimeDefinition"
@@ -160,21 +212,73 @@
160
212
  "isOptional": true,
161
213
  "defaultValue": "MainRuntime"
162
214
  },
215
+ {
216
+ "__schema": "VariableLikeSchema",
217
+ "location": {
218
+ "filePath": "multi-tester.main.runtime.ts",
219
+ "line": 25,
220
+ "character": 3
221
+ },
222
+ "signature": "(property) MultiTesterMain.dependencies: Aspect[]",
223
+ "name": "dependencies",
224
+ "type": {
225
+ "__schema": "InferenceTypeSchema",
226
+ "location": {
227
+ "filePath": "multi-tester.main.runtime.ts",
228
+ "line": 25,
229
+ "character": 3
230
+ },
231
+ "type": "Aspect[]"
232
+ },
233
+ "isOptional": true,
234
+ "defaultValue": "[LoggerAspect]"
235
+ },
163
236
  {
164
237
  "__schema": "FunctionLikeSchema",
165
238
  "location": {
166
239
  "filePath": "multi-tester.main.runtime.ts",
167
- "line": 17,
240
+ "line": 27,
168
241
  "character": 3
169
242
  },
170
- "signature": "(method) MultiTesterMain.provider(): Promise<MultiTesterMain>",
243
+ "signature": "(method) MultiTesterMain.provider([loggerAspect]: [LoggerMain]): Promise<MultiTesterMain>",
171
244
  "name": "provider",
172
- "params": [],
245
+ "params": [
246
+ {
247
+ "__schema": "ParameterSchema",
248
+ "location": {
249
+ "filePath": "multi-tester.main.runtime.ts",
250
+ "line": 27,
251
+ "character": 25
252
+ },
253
+ "name": "[ loggerAspect ]",
254
+ "type": {
255
+ "__schema": "TupleTypeSchema",
256
+ "location": {
257
+ "filePath": "multi-tester.main.runtime.ts",
258
+ "line": 27,
259
+ "character": 41
260
+ },
261
+ "elements": [
262
+ {
263
+ "__schema": "TypeRefSchema",
264
+ "location": {
265
+ "filePath": "multi-tester.main.runtime.ts",
266
+ "line": 27,
267
+ "character": 42
268
+ },
269
+ "name": "LoggerMain"
270
+ }
271
+ ]
272
+ },
273
+ "isOptional": false,
274
+ "isSpread": false
275
+ }
276
+ ],
173
277
  "returnType": {
174
278
  "__schema": "InferenceTypeSchema",
175
279
  "location": {
176
280
  "filePath": "multi-tester.main.runtime.ts",
177
- "line": 17,
281
+ "line": 27,
178
282
  "character": 3
179
283
  },
180
284
  "type": "Promise<MultiTesterMain>"
@@ -485,7 +589,7 @@
485
589
  "_legacy": {
486
590
  "scope": "teambit.defender",
487
591
  "name": "multi-tester",
488
- "version": "1.0.337"
592
+ "version": "1.0.339"
489
593
  },
490
594
  "_scope": "teambit.defender"
491
595
  }
@@ -557,34 +661,86 @@
557
661
  "__schema": "ClassSchema",
558
662
  "location": {
559
663
  "filePath": "multi-tester.main.runtime.ts",
560
- "line": 6,
664
+ "line": 8,
561
665
  "character": 1
562
666
  },
563
667
  "signature": "class MultiTesterMain",
564
668
  "name": "MultiTesterMain",
565
669
  "members": [
670
+ {
671
+ "__schema": "ConstructorSchema",
672
+ "location": {
673
+ "filePath": "multi-tester.main.runtime.ts",
674
+ "line": 9,
675
+ "character": 3
676
+ },
677
+ "signature": "constructor MultiTesterMain(logger: Logger): MultiTesterMain",
678
+ "name": "constructor",
679
+ "params": [
680
+ {
681
+ "__schema": "ParameterSchema",
682
+ "location": {
683
+ "filePath": "multi-tester.main.runtime.ts",
684
+ "line": 9,
685
+ "character": 15
686
+ },
687
+ "name": "logger",
688
+ "type": {
689
+ "__schema": "TypeRefSchema",
690
+ "location": {
691
+ "filePath": "multi-tester.main.runtime.ts",
692
+ "line": 9,
693
+ "character": 31
694
+ },
695
+ "name": "Logger"
696
+ },
697
+ "isOptional": false,
698
+ "isSpread": false
699
+ }
700
+ ],
701
+ "returnType": {
702
+ "__schema": "ThisTypeSchema",
703
+ "location": {
704
+ "filePath": "multi-tester.main.runtime.ts",
705
+ "line": 8,
706
+ "character": 1
707
+ },
708
+ "name": "MultiTesterMain"
709
+ },
710
+ "modifiers": []
711
+ },
566
712
  {
567
713
  "__schema": "FunctionLikeSchema",
568
714
  "location": {
569
715
  "filePath": "multi-tester.main.runtime.ts",
570
- "line": 11,
716
+ "line": 17,
571
717
  "character": 3
572
718
  },
573
719
  "doc": {
574
720
  "__schema": "DocSchema",
575
721
  "location": {
576
722
  "filePath": "multi-tester.main.runtime.ts",
577
- "line": 7,
723
+ "line": 11,
578
724
  "character": 3
579
725
  },
580
- "raw": "/**\n * create a multi-tester `Tester` instance.\n * @param testers list of testers to include.\n */",
581
- "comment": "create a multi-tester `Tester` instance.",
726
+ "raw": "/**\n *\n * @deprecated use jest tester from https://bit.cloud/teambit/defender/testers/multi-tester\n * create a multi-tester `Tester` instance.\n * @param testers list of testers to include.\n */",
727
+ "comment": "",
582
728
  "tags": [
729
+ {
730
+ "__schema": "TagSchema",
731
+ "location": {
732
+ "filePath": "multi-tester.main.runtime.ts",
733
+ "line": 13,
734
+ "character": 6
735
+ },
736
+ "tagName": "deprecated",
737
+ "comment": "use jest tester from https://bit.cloud/teambit/defender/testers/multi-tester\ncreate a multi-tester `Tester` instance."
738
+ },
583
739
  {
584
740
  "__schema": "PropertyLikeTagSchema",
585
741
  "location": {
586
742
  "filePath": "multi-tester.main.runtime.ts",
587
- "line": 9,
743
+ "line": 15,
588
744
  "character": 6
589
745
  },
590
746
  "name": "testers",
@@ -600,7 +756,7 @@
600
756
  "__schema": "ParameterSchema",
601
757
  "location": {
602
758
  "filePath": "multi-tester.main.runtime.ts",
603
- "line": 11,
759
+ "line": 17,
604
760
  "character": 16
605
761
  },
606
762
  "name": "testers",
@@ -608,14 +764,14 @@
608
764
  "__schema": "TypeArraySchema",
609
765
  "location": {
610
766
  "filePath": "multi-tester.main.runtime.ts",
611
- "line": 11,
767
+ "line": 17,
612
768
  "character": 25
613
769
  },
614
770
  "type": {
615
771
  "__schema": "TypeRefSchema",
616
772
  "location": {
617
773
  "filePath": "multi-tester.main.runtime.ts",
618
- "line": 11,
774
+ "line": 17,
619
775
  "character": 25
620
776
  },
621
777
  "name": "Tester"
@@ -629,7 +785,7 @@
629
785
  "__schema": "TypeRefSchema",
630
786
  "location": {
631
787
  "filePath": "multi-tester.main.runtime.ts",
632
- "line": 11,
788
+ "line": 17,
633
789
  "character": 3
634
790
  },
635
791
  "name": "MultiTester"
@@ -640,7 +796,7 @@
640
796
  "__schema": "VariableLikeSchema",
641
797
  "location": {
642
798
  "filePath": "multi-tester.main.runtime.ts",
643
- "line": 15,
799
+ "line": 24,
644
800
  "character": 3
645
801
  },
646
802
  "signature": "(property) MultiTesterMain.runtime: RuntimeDefinition",
@@ -649,7 +805,7 @@
649
805
  "__schema": "InferenceTypeSchema",
650
806
  "location": {
651
807
  "filePath": "multi-tester.main.runtime.ts",
652
- "line": 15,
808
+ "line": 24,
653
809
  "character": 3
654
810
  },
655
811
  "type": "RuntimeDefinition"
@@ -657,21 +813,73 @@
657
813
  "isOptional": true,
658
814
  "defaultValue": "MainRuntime"
659
815
  },
816
+ {
817
+ "__schema": "VariableLikeSchema",
818
+ "location": {
819
+ "filePath": "multi-tester.main.runtime.ts",
820
+ "line": 25,
821
+ "character": 3
822
+ },
823
+ "signature": "(property) MultiTesterMain.dependencies: Aspect[]",
824
+ "name": "dependencies",
825
+ "type": {
826
+ "__schema": "InferenceTypeSchema",
827
+ "location": {
828
+ "filePath": "multi-tester.main.runtime.ts",
829
+ "line": 25,
830
+ "character": 3
831
+ },
832
+ "type": "Aspect[]"
833
+ },
834
+ "isOptional": true,
835
+ "defaultValue": "[LoggerAspect]"
836
+ },
660
837
  {
661
838
  "__schema": "FunctionLikeSchema",
662
839
  "location": {
663
840
  "filePath": "multi-tester.main.runtime.ts",
664
- "line": 17,
841
+ "line": 27,
665
842
  "character": 3
666
843
  },
667
- "signature": "(method) MultiTesterMain.provider(): Promise<MultiTesterMain>",
844
+ "signature": "(method) MultiTesterMain.provider([loggerAspect]: [LoggerMain]): Promise<MultiTesterMain>",
668
845
  "name": "provider",
669
- "params": [],
846
+ "params": [
847
+ {
848
+ "__schema": "ParameterSchema",
849
+ "location": {
850
+ "filePath": "multi-tester.main.runtime.ts",
851
+ "line": 27,
852
+ "character": 25
853
+ },
854
+ "name": "[ loggerAspect ]",
855
+ "type": {
856
+ "__schema": "TupleTypeSchema",
857
+ "location": {
858
+ "filePath": "multi-tester.main.runtime.ts",
859
+ "line": 27,
860
+ "character": 41
861
+ },
862
+ "elements": [
863
+ {
864
+ "__schema": "TypeRefSchema",
865
+ "location": {
866
+ "filePath": "multi-tester.main.runtime.ts",
867
+ "line": 27,
868
+ "character": 42
869
+ },
870
+ "name": "LoggerMain"
871
+ }
872
+ ]
873
+ },
874
+ "isOptional": false,
875
+ "isSpread": false
876
+ }
877
+ ],
670
878
  "returnType": {
671
879
  "__schema": "InferenceTypeSchema",
672
880
  "location": {
673
881
  "filePath": "multi-tester.main.runtime.ts",
674
- "line": 17,
882
+ "line": 27,
675
883
  "character": 3
676
884
  },
677
885
  "type": "Promise<MultiTesterMain>"
@@ -691,7 +899,7 @@
691
899
  "__schema": "UnImplementedSchema",
692
900
  "location": {
693
901
  "filePath": "multi-tester.main.runtime.ts",
694
- "line": 22,
902
+ "line": 33,
695
903
  "character": 1
696
904
  },
697
905
  "name": "MultiTesterAspect.addRuntime(MultiTesterMain);",
@@ -1035,7 +1243,7 @@
1035
1243
  "_legacy": {
1036
1244
  "scope": "teambit.defender",
1037
1245
  "name": "multi-tester",
1038
- "version": "1.0.337"
1246
+ "version": "1.0.339"
1039
1247
  },
1040
1248
  "_scope": "teambit.defender"
1041
1249
  }
@@ -1050,7 +1258,7 @@
1050
1258
  "componentId": {
1051
1259
  "scope": "teambit.defender",
1052
1260
  "name": "multi-tester",
1053
- "version": "1.0.337"
1261
+ "version": "1.0.339"
1054
1262
  },
1055
1263
  "taggedModuleExports": []
1056
1264
  }
@@ -1,11 +1,17 @@
1
1
  import { Tester } from '@teambit/tester';
2
+ import { LoggerMain, Logger } from '@teambit/logger';
2
3
  import { MultiTester } from './multi-tester.tester';
3
4
  export declare class MultiTesterMain {
5
+ private logger;
6
+ constructor(logger: Logger);
4
7
  /**
8
+ *
9
+ * @deprecated use jest tester from https://bit.cloud/teambit/defender/testers/multi-tester
5
10
  * create a multi-tester `Tester` instance.
6
11
  * @param testers list of testers to include.
7
12
  */
8
13
  createTester(testers: Tester[]): MultiTester;
9
14
  static runtime: import("@teambit/harmony").RuntimeDefinition;
10
- static provider(): Promise<MultiTesterMain>;
15
+ static dependencies: import("@teambit/harmony").Aspect[];
16
+ static provider([loggerAspect]: [LoggerMain]): Promise<MultiTesterMain>;
11
17
  }
@@ -4,6 +4,13 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.MultiTesterMain = void 0;
7
+ function _constants() {
8
+ const data = require("@teambit/legacy/dist/constants");
9
+ _constants = function () {
10
+ return data;
11
+ };
12
+ return data;
13
+ }
7
14
  function _cli() {
8
15
  const data = require("@teambit/cli");
9
16
  _cli = function () {
@@ -11,6 +18,13 @@ function _cli() {
11
18
  };
12
19
  return data;
13
20
  }
21
+ function _logger() {
22
+ const data = require("@teambit/logger");
23
+ _logger = function () {
24
+ return data;
25
+ };
26
+ return data;
27
+ }
14
28
  function _multiTester() {
15
29
  const data = require("./multi-tester.aspect");
16
30
  _multiTester = function () {
@@ -29,19 +43,28 @@ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object
29
43
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
30
44
  function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
31
45
  class MultiTesterMain {
46
+ constructor(logger) {
47
+ this.logger = logger;
48
+ }
49
+
32
50
  /**
51
+ *
52
+ * @deprecated use jest tester from https://bit.cloud/teambit/defender/testers/multi-tester
33
53
  * create a multi-tester `Tester` instance.
34
54
  * @param testers list of testers to include.
35
55
  */
36
56
  createTester(testers) {
57
+ this.logger.consoleWarning(`The 'MultiTester' aspect is deprecated. Please use the 'multi tester' component instead. For more details, visit: https://${(0, _constants().getCloudDomain)()}/teambit/defender/testers/multi-tester`);
37
58
  return new (_multiTester2().MultiTester)(_multiTester().MultiTesterAspect.id, testers);
38
59
  }
39
- static async provider() {
40
- return new MultiTesterMain();
60
+ static async provider([loggerAspect]) {
61
+ const logger = loggerAspect.createLogger(_multiTester().MultiTesterAspect.id);
62
+ return new MultiTesterMain(logger);
41
63
  }
42
64
  }
43
65
  exports.MultiTesterMain = MultiTesterMain;
44
66
  _defineProperty(MultiTesterMain, "runtime", _cli().MainRuntime);
67
+ _defineProperty(MultiTesterMain, "dependencies", [_logger().LoggerAspect]);
45
68
  _multiTester().MultiTesterAspect.addRuntime(MultiTesterMain);
46
69
 
47
70
  //# sourceMappingURL=multi-tester.main.runtime.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["_cli","data","require","_multiTester","_multiTester2","_defineProperty","e","r","t","_toPropertyKey","Object","defineProperty","value","enumerable","configurable","writable","i","_toPrimitive","Symbol","toPrimitive","call","TypeError","String","Number","MultiTesterMain","createTester","testers","MultiTester","MultiTesterAspect","id","provider","exports","MainRuntime","addRuntime"],"sources":["multi-tester.main.runtime.ts"],"sourcesContent":["import { MainRuntime } from '@teambit/cli';\nimport { Tester } from '@teambit/tester';\nimport { MultiTesterAspect } from './multi-tester.aspect';\nimport { MultiTester } from './multi-tester.tester';\n\nexport class MultiTesterMain {\n /**\n * create a multi-tester `Tester` instance.\n * @param testers list of testers to include.\n */\n createTester(testers: Tester[]) {\n return new MultiTester(MultiTesterAspect.id, testers);\n }\n\n static runtime = MainRuntime;\n\n static async provider() {\n return new MultiTesterMain();\n }\n}\n\nMultiTesterAspect.addRuntime(MultiTesterMain);\n"],"mappings":";;;;;;AAAA,SAAAA,KAAA;EAAA,MAAAC,IAAA,GAAAC,OAAA;EAAAF,IAAA,YAAAA,CAAA;IAAA,OAAAC,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAEA,SAAAE,aAAA;EAAA,MAAAF,IAAA,GAAAC,OAAA;EAAAC,YAAA,YAAAA,CAAA;IAAA,OAAAF,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AACA,SAAAG,cAAA;EAAA,MAAAH,IAAA,GAAAC,OAAA;EAAAE,aAAA,YAAAA,CAAA;IAAA,OAAAH,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAAoD,SAAAI,gBAAAC,CAAA,EAAAC,CAAA,EAAAC,CAAA,YAAAD,CAAA,GAAAE,cAAA,CAAAF,CAAA,MAAAD,CAAA,GAAAI,MAAA,CAAAC,cAAA,CAAAL,CAAA,EAAAC,CAAA,IAAAK,KAAA,EAAAJ,CAAA,EAAAK,UAAA,MAAAC,YAAA,MAAAC,QAAA,UAAAT,CAAA,CAAAC,CAAA,IAAAC,CAAA,EAAAF,CAAA;AAAA,SAAAG,eAAAD,CAAA,QAAAQ,CAAA,GAAAC,YAAA,CAAAT,CAAA,uCAAAQ,CAAA,GAAAA,CAAA,GAAAA,CAAA;AAAA,SAAAC,aAAAT,CAAA,EAAAD,CAAA,2BAAAC,CAAA,KAAAA,CAAA,SAAAA,CAAA,MAAAF,CAAA,GAAAE,CAAA,CAAAU,MAAA,CAAAC,WAAA,kBAAAb,CAAA,QAAAU,CAAA,GAAAV,CAAA,CAAAc,IAAA,CAAAZ,CAAA,EAAAD,CAAA,uCAAAS,CAAA,SAAAA,CAAA,YAAAK,SAAA,yEAAAd,CAAA,GAAAe,MAAA,GAAAC,MAAA,EAAAf,CAAA;AAE7C,MAAMgB,eAAe,CAAC;EAC3B;AACF;AACA;AACA;EACEC,YAAYA,CAACC,OAAiB,EAAE;IAC9B,OAAO,KAAIC,2BAAW,EAACC,gCAAiB,CAACC,EAAE,EAAEH,OAAO,CAAC;EACvD;EAIA,aAAaI,QAAQA,CAAA,EAAG;IACtB,OAAO,IAAIN,eAAe,CAAC,CAAC;EAC9B;AACF;AAACO,OAAA,CAAAP,eAAA,GAAAA,eAAA;AAAAnB,eAAA,CAdYmB,eAAe,aASTQ,kBAAW;AAO9BJ,gCAAiB,CAACK,UAAU,CAACT,eAAe,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["_constants","data","require","_cli","_logger","_multiTester","_multiTester2","_defineProperty","e","r","t","_toPropertyKey","Object","defineProperty","value","enumerable","configurable","writable","i","_toPrimitive","Symbol","toPrimitive","call","TypeError","String","Number","MultiTesterMain","constructor","logger","createTester","testers","consoleWarning","getCloudDomain","MultiTester","MultiTesterAspect","id","provider","loggerAspect","createLogger","exports","MainRuntime","LoggerAspect","addRuntime"],"sources":["multi-tester.main.runtime.ts"],"sourcesContent":["import { getCloudDomain } from '@teambit/legacy/dist/constants';\nimport { MainRuntime } from '@teambit/cli';\nimport { Tester } from '@teambit/tester';\nimport { LoggerAspect, LoggerMain, Logger } from '@teambit/logger';\nimport { MultiTesterAspect } from './multi-tester.aspect';\nimport { MultiTester } from './multi-tester.tester';\n\nexport class MultiTesterMain {\n constructor(private logger: Logger) {}\n\n /**\n *\n * @deprecated use jest tester from https://bit.cloud/teambit/defender/testers/multi-tester\n * create a multi-tester `Tester` instance.\n * @param testers list of testers to include.\n */\n createTester(testers: Tester[]) {\n this.logger.consoleWarning(\n `The 'MultiTester' aspect is deprecated. Please use the 'multi tester' component instead. For more details, visit: https://${getCloudDomain()}/teambit/defender/testers/multi-tester`\n );\n return new MultiTester(MultiTesterAspect.id, testers);\n }\n\n static runtime = MainRuntime;\n static dependencies = [LoggerAspect];\n\n static async provider([loggerAspect]: [LoggerMain]) {\n const logger = loggerAspect.createLogger(MultiTesterAspect.id);\n return new MultiTesterMain(logger);\n }\n}\n\nMultiTesterAspect.addRuntime(MultiTesterMain);\n"],"mappings":";;;;;;AAAA,SAAAA,WAAA;EAAA,MAAAC,IAAA,GAAAC,OAAA;EAAAF,UAAA,YAAAA,CAAA;IAAA,OAAAC,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AACA,SAAAE,KAAA;EAAA,MAAAF,IAAA,GAAAC,OAAA;EAAAC,IAAA,YAAAA,CAAA;IAAA,OAAAF,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAEA,SAAAG,QAAA;EAAA,MAAAH,IAAA,GAAAC,OAAA;EAAAE,OAAA,YAAAA,CAAA;IAAA,OAAAH,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AACA,SAAAI,aAAA;EAAA,MAAAJ,IAAA,GAAAC,OAAA;EAAAG,YAAA,YAAAA,CAAA;IAAA,OAAAJ,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AACA,SAAAK,cAAA;EAAA,MAAAL,IAAA,GAAAC,OAAA;EAAAI,aAAA,YAAAA,CAAA;IAAA,OAAAL,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAAoD,SAAAM,gBAAAC,CAAA,EAAAC,CAAA,EAAAC,CAAA,YAAAD,CAAA,GAAAE,cAAA,CAAAF,CAAA,MAAAD,CAAA,GAAAI,MAAA,CAAAC,cAAA,CAAAL,CAAA,EAAAC,CAAA,IAAAK,KAAA,EAAAJ,CAAA,EAAAK,UAAA,MAAAC,YAAA,MAAAC,QAAA,UAAAT,CAAA,CAAAC,CAAA,IAAAC,CAAA,EAAAF,CAAA;AAAA,SAAAG,eAAAD,CAAA,QAAAQ,CAAA,GAAAC,YAAA,CAAAT,CAAA,uCAAAQ,CAAA,GAAAA,CAAA,GAAAA,CAAA;AAAA,SAAAC,aAAAT,CAAA,EAAAD,CAAA,2BAAAC,CAAA,KAAAA,CAAA,SAAAA,CAAA,MAAAF,CAAA,GAAAE,CAAA,CAAAU,MAAA,CAAAC,WAAA,kBAAAb,CAAA,QAAAU,CAAA,GAAAV,CAAA,CAAAc,IAAA,CAAAZ,CAAA,EAAAD,CAAA,uCAAAS,CAAA,SAAAA,CAAA,YAAAK,SAAA,yEAAAd,CAAA,GAAAe,MAAA,GAAAC,MAAA,EAAAf,CAAA;AAE7C,MAAMgB,eAAe,CAAC;EAC3BC,WAAWA,CAASC,MAAc,EAAE;IAAA,KAAhBA,MAAc,GAAdA,MAAc;EAAG;;EAErC;AACF;AACA;AACA;AACA;AACA;EACEC,YAAYA,CAACC,OAAiB,EAAE;IAC9B,IAAI,CAACF,MAAM,CAACG,cAAc,CACxB,6HAA6H,IAAAC,2BAAc,EAAC,CAAC,wCAC/I,CAAC;IACD,OAAO,KAAIC,2BAAW,EAACC,gCAAiB,CAACC,EAAE,EAAEL,OAAO,CAAC;EACvD;EAKA,aAAaM,QAAQA,CAAC,CAACC,YAAY,CAAe,EAAE;IAClD,MAAMT,MAAM,GAAGS,YAAY,CAACC,YAAY,CAACJ,gCAAiB,CAACC,EAAE,CAAC;IAC9D,OAAO,IAAIT,eAAe,CAACE,MAAM,CAAC;EACpC;AACF;AAACW,OAAA,CAAAb,eAAA,GAAAA,eAAA;AAAAnB,eAAA,CAvBYmB,eAAe,aAgBTc,kBAAW;AAAAjC,eAAA,CAhBjBmB,eAAe,kBAiBJ,CAACe,sBAAY,CAAC;AAQtCP,gCAAiB,CAACQ,UAAU,CAAChB,eAAe,CAAC","ignoreList":[]}
@@ -1,5 +1,5 @@
1
- import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.defender_multi-tester@1.0.337/dist/multi-tester.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.defender_multi-tester@1.0.337/dist/multi-tester.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.defender_multi-tester@1.0.339/dist/multi-tester.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.defender_multi-tester@1.0.339/dist/multi-tester.docs.mdx';
3
3
 
4
4
  export const compositions = [compositions_0];
5
5
  export const overview = [overview_0];
package/package.json CHANGED
@@ -1,20 +1,21 @@
1
1
  {
2
2
  "name": "@teambit/multi-tester",
3
- "version": "1.0.337",
3
+ "version": "1.0.339",
4
4
  "homepage": "https://bit.cloud/teambit/defender/multi-tester",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.defender",
8
8
  "name": "multi-tester",
9
- "version": "1.0.337"
9
+ "version": "1.0.339"
10
10
  },
11
11
  "dependencies": {
12
12
  "lodash": "4.17.21",
13
13
  "p-map-series": "2.1.0",
14
14
  "@teambit/harmony": "0.4.6",
15
- "@teambit/tests-results": "1.0.4",
16
- "@teambit/cli": "0.0.914",
17
- "@teambit/tester": "1.0.337"
15
+ "@teambit/tests-results": "1.0.5",
16
+ "@teambit/cli": "0.0.916",
17
+ "@teambit/logger": "0.0.1009",
18
+ "@teambit/tester": "1.0.339"
18
19
  },
19
20
  "devDependencies": {
20
21
  "@types/lodash": "4.14.165",