@teambit/tester 1.0.329 → 1.0.331

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/tester@1.0.329" tests="0" failures="0" errors="0" skipped="0"/>
3
+ <testsuite name="teambit.defender/tester@1.0.331" 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/tester-preview"]=t():e["teambit.defender/tester-preview"]=t()}(self,(()=>(()=>{"use strict";var e={76926:(e,t,n)=>{Object.defineProperty(t,"Ay",{enumerable:!0,get:function(){return r.default}});var r=o(n(93730));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}},93730:(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=u,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={},c="wrapper";function u(e){var t=e.components,n=d(e,a);return(0,o.mdx)(c,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"),".")))}u.__bit_component=r,u.isMDXComponent=!0},16707:(e,t,n)=>{var r={id:"teambit.defender/tester@1.0.329",homepage:"https://bit.cloud/teambit/defender/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:()=>u});var i=n(16707),a=(n(41594),n(5016)),s=n(65682),p=n(76926),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={},c="wrapper";function u(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.indexOf(r)>=0)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.indexOf(n)>=0||{}.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}(e,d);return(0,a.mdx)(c,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"})))}u.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/tester-preview"]=t():e["teambit.defender/tester-preview"]=t()}(self,(()=>(()=>{"use strict";var e={68828:(e,t,n)=>{Object.defineProperty(t,"Ay",{enumerable:!0,get:function(){return r.default}});var r=o(n(51004));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}},51004:(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=u,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={},c="wrapper";function u(e){var t=e.components,n=d(e,a);return(0,o.mdx)(c,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"),".")))}u.__bit_component=r,u.isMDXComponent=!0},88676:(e,t,n)=>{var r={id:"teambit.defender/tester@1.0.331",homepage:"https://bit.cloud/teambit/defender/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:()=>u});var i=n(88676),a=(n(41594),n(5016)),s=n(65682),p=n(68828),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={},c="wrapper";function u(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.indexOf(r)>=0)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.indexOf(n)>=0||{}.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}(e,d);return(0,a.mdx)(c,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"})))}u.isMDXComponent=!0;const f=[i],b=[o],v={compositions:[{displayName:"Logo",identifier:"Logo"}]};return r})()));
@@ -149,10 +149,6 @@
149
149
  "character": 13
150
150
  },
151
151
  "name": "EnvHandler",
152
- "componentId": {
153
- "scope": "teambit.envs",
154
- "name": "envs"
155
- },
156
152
  "typeArgs": [
157
153
  {
158
154
  "__schema": "TypeRefSchema",
@@ -678,11 +674,7 @@
678
674
  "line": 63,
679
675
  "character": 15
680
676
  },
681
- "name": "Component",
682
- "componentId": {
683
- "scope": "teambit.component",
684
- "name": "component"
685
- }
677
+ "name": "Component"
686
678
  }
687
679
  },
688
680
  "isOptional": false
@@ -1070,7 +1062,7 @@
1070
1062
  "_legacy": {
1071
1063
  "scope": "teambit.defender",
1072
1064
  "name": "tester",
1073
- "version": "1.0.329"
1065
+ "version": "1.0.331"
1074
1066
  },
1075
1067
  "_scope": "teambit.defender"
1076
1068
  }
@@ -1165,10 +1157,6 @@
1165
1157
  "character": 25
1166
1158
  },
1167
1159
  "name": "ComponentMap",
1168
- "componentId": {
1169
- "scope": "teambit.component",
1170
- "name": "component"
1171
- },
1172
1160
  "typeArgs": [
1173
1161
  {
1174
1162
  "__schema": "TypeArraySchema",
@@ -1184,8 +1172,7 @@
1184
1172
  "line": 33,
1185
1173
  "character": 38
1186
1174
  },
1187
- "name": "AbstractVinyl",
1188
- "packageName": "@teambit/legacy/dist/consumer/component/sources"
1175
+ "name": "AbstractVinyl"
1189
1176
  }
1190
1177
  }
1191
1178
  ]
@@ -1217,10 +1204,6 @@
1217
1204
  "character": 36
1218
1205
  },
1219
1206
  "name": "ComponentMap",
1220
- "componentId": {
1221
- "scope": "teambit.component",
1222
- "name": "component"
1223
- },
1224
1207
  "typeArgs": [
1225
1208
  {
1226
1209
  "__schema": "TypeRefSchema",
@@ -1322,12 +1305,7 @@
1322
1305
  "line": 21,
1323
1306
  "character": 13
1324
1307
  },
1325
- "name": "TestsResult",
1326
- "componentId": {
1327
- "scope": "teambit.defender",
1328
- "name": "tests-results",
1329
- "version": "1.0.4"
1330
- }
1308
+ "name": "TestsResult"
1331
1309
  },
1332
1310
  "isOptional": true
1333
1311
  },
@@ -1689,11 +1667,7 @@
1689
1667
  "line": 88,
1690
1668
  "character": 22
1691
1669
  },
1692
- "name": "GraphqlMain",
1693
- "componentId": {
1694
- "scope": "teambit.harmony",
1695
- "name": "graphql"
1696
- }
1670
+ "name": "GraphqlMain"
1697
1671
  },
1698
1672
  "isOptional": false,
1699
1673
  "isSpread": false
@@ -1713,11 +1687,7 @@
1713
1687
  "line": 93,
1714
1688
  "character": 19
1715
1689
  },
1716
- "name": "EnvsMain",
1717
- "componentId": {
1718
- "scope": "teambit.envs",
1719
- "name": "envs"
1720
- }
1690
+ "name": "EnvsMain"
1721
1691
  },
1722
1692
  "isOptional": false,
1723
1693
  "isSpread": false
@@ -1737,11 +1707,7 @@
1737
1707
  "line": 98,
1738
1708
  "character": 24
1739
1709
  },
1740
- "name": "Workspace",
1741
- "componentId": {
1742
- "scope": "teambit.workspace",
1743
- "name": "workspace"
1744
- }
1710
+ "name": "Workspace"
1745
1711
  },
1746
1712
  "isOptional": false,
1747
1713
  "isSpread": false
@@ -1761,8 +1727,7 @@
1761
1727
  "line": 103,
1762
1728
  "character": 23
1763
1729
  },
1764
- "name": "TesterService",
1765
- "internalFilePath": "tester.service.ts"
1730
+ "name": "TesterService"
1766
1731
  },
1767
1732
  "isOptional": false,
1768
1733
  "isSpread": false
@@ -1782,8 +1747,7 @@
1782
1747
  "line": 108,
1783
1748
  "character": 20
1784
1749
  },
1785
- "name": "TesterTask",
1786
- "internalFilePath": "tester.task.ts"
1750
+ "name": "TesterTask"
1787
1751
  },
1788
1752
  "isOptional": false,
1789
1753
  "isSpread": false
@@ -1803,11 +1767,7 @@
1803
1767
  "line": 110,
1804
1768
  "character": 23
1805
1769
  },
1806
- "name": "DevFilesMain",
1807
- "componentId": {
1808
- "scope": "teambit.component",
1809
- "name": "dev-files"
1810
- }
1770
+ "name": "DevFilesMain"
1811
1771
  },
1812
1772
  "isOptional": false,
1813
1773
  "isSpread": false
@@ -1827,11 +1787,7 @@
1827
1787
  "line": 112,
1828
1788
  "character": 22
1829
1789
  },
1830
- "name": "BuilderMain",
1831
- "componentId": {
1832
- "scope": "teambit.pipelines",
1833
- "name": "builder"
1834
- }
1790
+ "name": "BuilderMain"
1835
1791
  },
1836
1792
  "isOptional": false,
1837
1793
  "isSpread": false
@@ -1966,11 +1922,7 @@
1966
1922
  "line": 117,
1967
1923
  "character": 26
1968
1924
  },
1969
- "name": "Component",
1970
- "componentId": {
1971
- "scope": "teambit.component",
1972
- "name": "component"
1973
- }
1925
+ "name": "Component"
1974
1926
  }
1975
1927
  },
1976
1928
  "isOptional": false,
@@ -1991,8 +1943,7 @@
1991
1943
  "line": 117,
1992
1944
  "character": 46
1993
1945
  },
1994
- "name": "TesterOptions",
1995
- "internalFilePath": "tester.main.runtime.ts"
1946
+ "name": "TesterOptions"
1996
1947
  },
1997
1948
  "isOptional": true,
1998
1949
  "isSpread": false
@@ -2015,10 +1966,6 @@
2015
1966
  "character": 70
2016
1967
  },
2017
1968
  "name": "EnvsExecutionResult",
2018
- "componentId": {
2019
- "scope": "teambit.envs",
2020
- "name": "envs"
2021
- },
2022
1969
  "typeArgs": [
2023
1970
  {
2024
1971
  "__schema": "TypeRefSchema",
@@ -2080,11 +2027,7 @@
2080
2027
  "line": 139,
2081
2028
  "character": 27
2082
2029
  },
2083
- "name": "Component",
2084
- "componentId": {
2085
- "scope": "teambit.component",
2086
- "name": "component"
2087
- }
2030
+ "name": "Component"
2088
2031
  }
2089
2032
  },
2090
2033
  "isOptional": false,
@@ -2105,8 +2048,7 @@
2105
2048
  "line": 139,
2106
2049
  "character": 47
2107
2050
  },
2108
- "name": "TesterOptions",
2109
- "internalFilePath": "tester.main.runtime.ts"
2051
+ "name": "TesterOptions"
2110
2052
  },
2111
2053
  "isOptional": true,
2112
2054
  "isSpread": false
@@ -2173,11 +2115,7 @@
2173
2115
  "line": 160,
2174
2116
  "character": 16
2175
2117
  },
2176
- "name": "IComponent",
2177
- "componentId": {
2178
- "scope": "teambit.component",
2179
- "name": "component"
2180
- }
2118
+ "name": "IComponent"
2181
2119
  },
2182
2120
  "isOptional": false,
2183
2121
  "isSpread": false
@@ -2245,12 +2183,7 @@
2245
2183
  "line": 162,
2246
2184
  "character": 31
2247
2185
  },
2248
- "name": "TestsResult",
2249
- "componentId": {
2250
- "scope": "teambit.defender",
2251
- "name": "tests-results",
2252
- "version": "1.0.4"
2253
- }
2186
+ "name": "TestsResult"
2254
2187
  },
2255
2188
  "isOptional": true
2256
2189
  },
@@ -2360,11 +2293,7 @@
2360
2293
  "line": 185,
2361
2294
  "character": 38
2362
2295
  },
2363
- "name": "Component",
2364
- "componentId": {
2365
- "scope": "teambit.component",
2366
- "name": "component"
2367
- }
2296
+ "name": "Component"
2368
2297
  },
2369
2298
  "isOptional": false,
2370
2299
  "isSpread": false
@@ -2438,11 +2367,7 @@
2438
2367
  "line": 200,
2439
2368
  "character": 27
2440
2369
  },
2441
- "name": "Component",
2442
- "componentId": {
2443
- "scope": "teambit.component",
2444
- "name": "component"
2445
- }
2370
+ "name": "Component"
2446
2371
  },
2447
2372
  "isOptional": false,
2448
2373
  "isSpread": false
@@ -2513,11 +2438,7 @@
2513
2438
  "line": 227,
2514
2439
  "character": 7
2515
2440
  },
2516
- "name": "CLIMain",
2517
- "componentId": {
2518
- "scope": "teambit.harmony",
2519
- "name": "cli"
2520
- }
2441
+ "name": "CLIMain"
2521
2442
  },
2522
2443
  {
2523
2444
  "__schema": "TypeRefSchema",
@@ -2526,11 +2447,7 @@
2526
2447
  "line": 228,
2527
2448
  "character": 7
2528
2449
  },
2529
- "name": "EnvsMain",
2530
- "componentId": {
2531
- "scope": "teambit.envs",
2532
- "name": "envs"
2533
- }
2450
+ "name": "EnvsMain"
2534
2451
  },
2535
2452
  {
2536
2453
  "__schema": "TypeRefSchema",
@@ -2539,11 +2456,7 @@
2539
2456
  "line": 229,
2540
2457
  "character": 7
2541
2458
  },
2542
- "name": "Workspace",
2543
- "componentId": {
2544
- "scope": "teambit.workspace",
2545
- "name": "workspace"
2546
- }
2459
+ "name": "Workspace"
2547
2460
  },
2548
2461
  {
2549
2462
  "__schema": "TypeRefSchema",
@@ -2552,11 +2465,7 @@
2552
2465
  "line": 230,
2553
2466
  "character": 7
2554
2467
  },
2555
- "name": "LoggerMain",
2556
- "componentId": {
2557
- "scope": "teambit.harmony",
2558
- "name": "logger"
2559
- }
2468
+ "name": "LoggerMain"
2560
2469
  },
2561
2470
  {
2562
2471
  "__schema": "TypeRefSchema",
@@ -2565,11 +2474,7 @@
2565
2474
  "line": 231,
2566
2475
  "character": 7
2567
2476
  },
2568
- "name": "GraphqlMain",
2569
- "componentId": {
2570
- "scope": "teambit.harmony",
2571
- "name": "graphql"
2572
- }
2477
+ "name": "GraphqlMain"
2573
2478
  },
2574
2479
  {
2575
2480
  "__schema": "TypeRefSchema",
@@ -2578,11 +2483,7 @@
2578
2483
  "line": 232,
2579
2484
  "character": 7
2580
2485
  },
2581
- "name": "UiMain",
2582
- "componentId": {
2583
- "scope": "teambit.ui-foundation",
2584
- "name": "ui"
2585
- }
2486
+ "name": "UiMain"
2586
2487
  },
2587
2488
  {
2588
2489
  "__schema": "TypeRefSchema",
@@ -2591,11 +2492,7 @@
2591
2492
  "line": 233,
2592
2493
  "character": 7
2593
2494
  },
2594
- "name": "DevFilesMain",
2595
- "componentId": {
2596
- "scope": "teambit.component",
2597
- "name": "dev-files"
2598
- }
2495
+ "name": "DevFilesMain"
2599
2496
  },
2600
2497
  {
2601
2498
  "__schema": "TypeRefSchema",
@@ -2604,11 +2501,7 @@
2604
2501
  "line": 234,
2605
2502
  "character": 7
2606
2503
  },
2607
- "name": "BuilderMain",
2608
- "componentId": {
2609
- "scope": "teambit.pipelines",
2610
- "name": "builder"
2611
- }
2504
+ "name": "BuilderMain"
2612
2505
  }
2613
2506
  ]
2614
2507
  },
@@ -2630,8 +2523,7 @@
2630
2523
  "line": 236,
2631
2524
  "character": 13
2632
2525
  },
2633
- "name": "TesterExtensionConfig",
2634
- "internalFilePath": "tester.main.runtime.ts"
2526
+ "name": "TesterExtensionConfig"
2635
2527
  },
2636
2528
  "isOptional": false,
2637
2529
  "isSpread": false
@@ -2761,11 +2653,7 @@
2761
2653
  "line": 19,
2762
2654
  "character": 34
2763
2655
  },
2764
- "name": "ComponentUI",
2765
- "componentId": {
2766
- "scope": "teambit.component",
2767
- "name": "component"
2768
- }
2656
+ "name": "ComponentUI"
2769
2657
  },
2770
2658
  "isOptional": false,
2771
2659
  "isSpread": false
@@ -2838,8 +2726,7 @@
2838
2726
  "line": 24,
2839
2727
  "character": 43
2840
2728
  },
2841
- "name": "ComponentType",
2842
- "packageName": "react"
2729
+ "name": "ComponentType"
2843
2730
  },
2844
2731
  "isOptional": false,
2845
2732
  "isSpread": false
@@ -2931,11 +2818,7 @@
2931
2818
  "line": 36,
2932
2819
  "character": 37
2933
2820
  },
2934
- "name": "ComponentUI",
2935
- "componentId": {
2936
- "scope": "teambit.component",
2937
- "name": "component"
2938
- }
2821
+ "name": "ComponentUI"
2939
2822
  },
2940
2823
  {
2941
2824
  "__schema": "TypeRefSchema",
@@ -2944,11 +2827,7 @@
2944
2827
  "line": 36,
2945
2828
  "character": 50
2946
2829
  },
2947
- "name": "ComponentCompareUI",
2948
- "componentId": {
2949
- "scope": "teambit.component",
2950
- "name": "component-compare"
2951
- }
2830
+ "name": "ComponentCompareUI"
2952
2831
  }
2953
2832
  ]
2954
2833
  },
@@ -3050,11 +2929,6 @@
3050
2929
  "character": 30
3051
2930
  },
3052
2931
  "name": "SlotRegistry",
3053
- "componentId": {
3054
- "scope": "teambit.harmony",
3055
- "name": "harmony",
3056
- "version": "0.4.6"
3057
- },
3058
2932
  "typeArgs": [
3059
2933
  {
3060
2934
  "__schema": "TypeRefSchema",
@@ -3063,8 +2937,7 @@
3063
2937
  "line": 11,
3064
2938
  "character": 43
3065
2939
  },
3066
- "name": "ComponentType",
3067
- "packageName": "react"
2940
+ "name": "ComponentType"
3068
2941
  }
3069
2942
  ]
3070
2943
  }
@@ -3155,10 +3028,6 @@
3155
3028
  "character": 13
3156
3029
  },
3157
3030
  "name": "EnvHandler",
3158
- "componentId": {
3159
- "scope": "teambit.envs",
3160
- "name": "envs"
3161
- },
3162
3031
  "typeArgs": [
3163
3032
  {
3164
3033
  "__schema": "TypeRefSchema",
@@ -3357,12 +3226,7 @@
3357
3226
  "line": 21,
3358
3227
  "character": 13
3359
3228
  },
3360
- "name": "TestsResult",
3361
- "componentId": {
3362
- "scope": "teambit.defender",
3363
- "name": "tests-results",
3364
- "version": "1.0.4"
3365
- }
3229
+ "name": "TestsResult"
3366
3230
  },
3367
3231
  "isOptional": true
3368
3232
  },
@@ -3456,10 +3320,6 @@
3456
3320
  "character": 25
3457
3321
  },
3458
3322
  "name": "ComponentMap",
3459
- "componentId": {
3460
- "scope": "teambit.component",
3461
- "name": "component"
3462
- },
3463
3323
  "typeArgs": [
3464
3324
  {
3465
3325
  "__schema": "TypeArraySchema",
@@ -3475,8 +3335,7 @@
3475
3335
  "line": 33,
3476
3336
  "character": 38
3477
3337
  },
3478
- "name": "AbstractVinyl",
3479
- "packageName": "@teambit/legacy/dist/consumer/component/sources"
3338
+ "name": "AbstractVinyl"
3480
3339
  }
3481
3340
  }
3482
3341
  ]
@@ -3661,10 +3520,6 @@
3661
3520
  "character": 36
3662
3521
  },
3663
3522
  "name": "ComponentMap",
3664
- "componentId": {
3665
- "scope": "teambit.component",
3666
- "name": "component"
3667
- },
3668
3523
  "typeArgs": [
3669
3524
  {
3670
3525
  "__schema": "TypeRefSchema",
@@ -3753,11 +3608,7 @@
3753
3608
  "line": 63,
3754
3609
  "character": 15
3755
3610
  },
3756
- "name": "Component",
3757
- "componentId": {
3758
- "scope": "teambit.component",
3759
- "name": "component"
3760
- }
3611
+ "name": "Component"
3761
3612
  }
3762
3613
  },
3763
3614
  "isOptional": false
@@ -4145,7 +3996,7 @@
4145
3996
  "_legacy": {
4146
3997
  "scope": "teambit.defender",
4147
3998
  "name": "tester",
4148
- "version": "1.0.329"
3999
+ "version": "1.0.331"
4149
4000
  },
4150
4001
  "_scope": "teambit.defender"
4151
4002
  }
@@ -5072,11 +4923,7 @@
5072
4923
  "line": 88,
5073
4924
  "character": 22
5074
4925
  },
5075
- "name": "GraphqlMain",
5076
- "componentId": {
5077
- "scope": "teambit.harmony",
5078
- "name": "graphql"
5079
- }
4926
+ "name": "GraphqlMain"
5080
4927
  },
5081
4928
  "isOptional": false,
5082
4929
  "isSpread": false
@@ -5096,11 +4943,7 @@
5096
4943
  "line": 93,
5097
4944
  "character": 19
5098
4945
  },
5099
- "name": "EnvsMain",
5100
- "componentId": {
5101
- "scope": "teambit.envs",
5102
- "name": "envs"
5103
- }
4946
+ "name": "EnvsMain"
5104
4947
  },
5105
4948
  "isOptional": false,
5106
4949
  "isSpread": false
@@ -5120,11 +4963,7 @@
5120
4963
  "line": 98,
5121
4964
  "character": 24
5122
4965
  },
5123
- "name": "Workspace",
5124
- "componentId": {
5125
- "scope": "teambit.workspace",
5126
- "name": "workspace"
5127
- }
4966
+ "name": "Workspace"
5128
4967
  },
5129
4968
  "isOptional": false,
5130
4969
  "isSpread": false
@@ -5144,8 +4983,7 @@
5144
4983
  "line": 103,
5145
4984
  "character": 23
5146
4985
  },
5147
- "name": "TesterService",
5148
- "internalFilePath": "tester.service.ts"
4986
+ "name": "TesterService"
5149
4987
  },
5150
4988
  "isOptional": false,
5151
4989
  "isSpread": false
@@ -5165,8 +5003,7 @@
5165
5003
  "line": 108,
5166
5004
  "character": 20
5167
5005
  },
5168
- "name": "TesterTask",
5169
- "internalFilePath": "tester.task.ts"
5006
+ "name": "TesterTask"
5170
5007
  },
5171
5008
  "isOptional": false,
5172
5009
  "isSpread": false
@@ -5186,11 +5023,7 @@
5186
5023
  "line": 110,
5187
5024
  "character": 23
5188
5025
  },
5189
- "name": "DevFilesMain",
5190
- "componentId": {
5191
- "scope": "teambit.component",
5192
- "name": "dev-files"
5193
- }
5026
+ "name": "DevFilesMain"
5194
5027
  },
5195
5028
  "isOptional": false,
5196
5029
  "isSpread": false
@@ -5210,11 +5043,7 @@
5210
5043
  "line": 112,
5211
5044
  "character": 22
5212
5045
  },
5213
- "name": "BuilderMain",
5214
- "componentId": {
5215
- "scope": "teambit.pipelines",
5216
- "name": "builder"
5217
- }
5046
+ "name": "BuilderMain"
5218
5047
  },
5219
5048
  "isOptional": false,
5220
5049
  "isSpread": false
@@ -5349,11 +5178,7 @@
5349
5178
  "line": 117,
5350
5179
  "character": 26
5351
5180
  },
5352
- "name": "Component",
5353
- "componentId": {
5354
- "scope": "teambit.component",
5355
- "name": "component"
5356
- }
5181
+ "name": "Component"
5357
5182
  }
5358
5183
  },
5359
5184
  "isOptional": false,
@@ -5374,8 +5199,7 @@
5374
5199
  "line": 117,
5375
5200
  "character": 46
5376
5201
  },
5377
- "name": "TesterOptions",
5378
- "internalFilePath": "tester.main.runtime.ts"
5202
+ "name": "TesterOptions"
5379
5203
  },
5380
5204
  "isOptional": true,
5381
5205
  "isSpread": false
@@ -5398,10 +5222,6 @@
5398
5222
  "character": 70
5399
5223
  },
5400
5224
  "name": "EnvsExecutionResult",
5401
- "componentId": {
5402
- "scope": "teambit.envs",
5403
- "name": "envs"
5404
- },
5405
5225
  "typeArgs": [
5406
5226
  {
5407
5227
  "__schema": "TypeRefSchema",
@@ -5463,11 +5283,7 @@
5463
5283
  "line": 139,
5464
5284
  "character": 27
5465
5285
  },
5466
- "name": "Component",
5467
- "componentId": {
5468
- "scope": "teambit.component",
5469
- "name": "component"
5470
- }
5286
+ "name": "Component"
5471
5287
  }
5472
5288
  },
5473
5289
  "isOptional": false,
@@ -5488,8 +5304,7 @@
5488
5304
  "line": 139,
5489
5305
  "character": 47
5490
5306
  },
5491
- "name": "TesterOptions",
5492
- "internalFilePath": "tester.main.runtime.ts"
5307
+ "name": "TesterOptions"
5493
5308
  },
5494
5309
  "isOptional": true,
5495
5310
  "isSpread": false
@@ -5556,11 +5371,7 @@
5556
5371
  "line": 160,
5557
5372
  "character": 16
5558
5373
  },
5559
- "name": "IComponent",
5560
- "componentId": {
5561
- "scope": "teambit.component",
5562
- "name": "component"
5563
- }
5374
+ "name": "IComponent"
5564
5375
  },
5565
5376
  "isOptional": false,
5566
5377
  "isSpread": false
@@ -5628,12 +5439,7 @@
5628
5439
  "line": 162,
5629
5440
  "character": 31
5630
5441
  },
5631
- "name": "TestsResult",
5632
- "componentId": {
5633
- "scope": "teambit.defender",
5634
- "name": "tests-results",
5635
- "version": "1.0.4"
5636
- }
5442
+ "name": "TestsResult"
5637
5443
  },
5638
5444
  "isOptional": true
5639
5445
  },
@@ -5743,11 +5549,7 @@
5743
5549
  "line": 185,
5744
5550
  "character": 38
5745
5551
  },
5746
- "name": "Component",
5747
- "componentId": {
5748
- "scope": "teambit.component",
5749
- "name": "component"
5750
- }
5552
+ "name": "Component"
5751
5553
  },
5752
5554
  "isOptional": false,
5753
5555
  "isSpread": false
@@ -5821,11 +5623,7 @@
5821
5623
  "line": 200,
5822
5624
  "character": 27
5823
5625
  },
5824
- "name": "Component",
5825
- "componentId": {
5826
- "scope": "teambit.component",
5827
- "name": "component"
5828
- }
5626
+ "name": "Component"
5829
5627
  },
5830
5628
  "isOptional": false,
5831
5629
  "isSpread": false
@@ -5896,11 +5694,7 @@
5896
5694
  "line": 227,
5897
5695
  "character": 7
5898
5696
  },
5899
- "name": "CLIMain",
5900
- "componentId": {
5901
- "scope": "teambit.harmony",
5902
- "name": "cli"
5903
- }
5697
+ "name": "CLIMain"
5904
5698
  },
5905
5699
  {
5906
5700
  "__schema": "TypeRefSchema",
@@ -5909,11 +5703,7 @@
5909
5703
  "line": 228,
5910
5704
  "character": 7
5911
5705
  },
5912
- "name": "EnvsMain",
5913
- "componentId": {
5914
- "scope": "teambit.envs",
5915
- "name": "envs"
5916
- }
5706
+ "name": "EnvsMain"
5917
5707
  },
5918
5708
  {
5919
5709
  "__schema": "TypeRefSchema",
@@ -5922,11 +5712,7 @@
5922
5712
  "line": 229,
5923
5713
  "character": 7
5924
5714
  },
5925
- "name": "Workspace",
5926
- "componentId": {
5927
- "scope": "teambit.workspace",
5928
- "name": "workspace"
5929
- }
5715
+ "name": "Workspace"
5930
5716
  },
5931
5717
  {
5932
5718
  "__schema": "TypeRefSchema",
@@ -5935,11 +5721,7 @@
5935
5721
  "line": 230,
5936
5722
  "character": 7
5937
5723
  },
5938
- "name": "LoggerMain",
5939
- "componentId": {
5940
- "scope": "teambit.harmony",
5941
- "name": "logger"
5942
- }
5724
+ "name": "LoggerMain"
5943
5725
  },
5944
5726
  {
5945
5727
  "__schema": "TypeRefSchema",
@@ -5948,11 +5730,7 @@
5948
5730
  "line": 231,
5949
5731
  "character": 7
5950
5732
  },
5951
- "name": "GraphqlMain",
5952
- "componentId": {
5953
- "scope": "teambit.harmony",
5954
- "name": "graphql"
5955
- }
5733
+ "name": "GraphqlMain"
5956
5734
  },
5957
5735
  {
5958
5736
  "__schema": "TypeRefSchema",
@@ -5961,11 +5739,7 @@
5961
5739
  "line": 232,
5962
5740
  "character": 7
5963
5741
  },
5964
- "name": "UiMain",
5965
- "componentId": {
5966
- "scope": "teambit.ui-foundation",
5967
- "name": "ui"
5968
- }
5742
+ "name": "UiMain"
5969
5743
  },
5970
5744
  {
5971
5745
  "__schema": "TypeRefSchema",
@@ -5974,11 +5748,7 @@
5974
5748
  "line": 233,
5975
5749
  "character": 7
5976
5750
  },
5977
- "name": "DevFilesMain",
5978
- "componentId": {
5979
- "scope": "teambit.component",
5980
- "name": "dev-files"
5981
- }
5751
+ "name": "DevFilesMain"
5982
5752
  },
5983
5753
  {
5984
5754
  "__schema": "TypeRefSchema",
@@ -5987,11 +5757,7 @@
5987
5757
  "line": 234,
5988
5758
  "character": 7
5989
5759
  },
5990
- "name": "BuilderMain",
5991
- "componentId": {
5992
- "scope": "teambit.pipelines",
5993
- "name": "builder"
5994
- }
5760
+ "name": "BuilderMain"
5995
5761
  }
5996
5762
  ]
5997
5763
  },
@@ -6013,8 +5779,7 @@
6013
5779
  "line": 236,
6014
5780
  "character": 13
6015
5781
  },
6016
- "name": "TesterExtensionConfig",
6017
- "internalFilePath": "tester.main.runtime.ts"
5782
+ "name": "TesterExtensionConfig"
6018
5783
  },
6019
5784
  "isOptional": false,
6020
5785
  "isSpread": false
@@ -6077,11 +5842,6 @@
6077
5842
  "character": 30
6078
5843
  },
6079
5844
  "name": "SlotRegistry",
6080
- "componentId": {
6081
- "scope": "teambit.harmony",
6082
- "name": "harmony",
6083
- "version": "0.4.6"
6084
- },
6085
5845
  "typeArgs": [
6086
5846
  {
6087
5847
  "__schema": "TypeRefSchema",
@@ -6090,8 +5850,7 @@
6090
5850
  "line": 11,
6091
5851
  "character": 43
6092
5852
  },
6093
- "name": "ComponentType",
6094
- "packageName": "react"
5853
+ "name": "ComponentType"
6095
5854
  }
6096
5855
  ]
6097
5856
  }
@@ -6193,11 +5952,7 @@
6193
5952
  "line": 19,
6194
5953
  "character": 34
6195
5954
  },
6196
- "name": "ComponentUI",
6197
- "componentId": {
6198
- "scope": "teambit.component",
6199
- "name": "component"
6200
- }
5955
+ "name": "ComponentUI"
6201
5956
  },
6202
5957
  "isOptional": false,
6203
5958
  "isSpread": false
@@ -6270,8 +6025,7 @@
6270
6025
  "line": 24,
6271
6026
  "character": 43
6272
6027
  },
6273
- "name": "ComponentType",
6274
- "packageName": "react"
6028
+ "name": "ComponentType"
6275
6029
  },
6276
6030
  "isOptional": false,
6277
6031
  "isSpread": false
@@ -6363,11 +6117,7 @@
6363
6117
  "line": 36,
6364
6118
  "character": 37
6365
6119
  },
6366
- "name": "ComponentUI",
6367
- "componentId": {
6368
- "scope": "teambit.component",
6369
- "name": "component"
6370
- }
6120
+ "name": "ComponentUI"
6371
6121
  },
6372
6122
  {
6373
6123
  "__schema": "TypeRefSchema",
@@ -6376,11 +6126,7 @@
6376
6126
  "line": 36,
6377
6127
  "character": 50
6378
6128
  },
6379
- "name": "ComponentCompareUI",
6380
- "componentId": {
6381
- "scope": "teambit.component",
6382
- "name": "component-compare"
6383
- }
6129
+ "name": "ComponentCompareUI"
6384
6130
  }
6385
6131
  ]
6386
6132
  },
@@ -6531,7 +6277,7 @@
6531
6277
  "componentId": {
6532
6278
  "scope": "teambit.defender",
6533
6279
  "name": "tester",
6534
- "version": "1.0.329"
6280
+ "version": "1.0.331"
6535
6281
  },
6536
6282
  "taggedModuleExports": []
6537
6283
  }
@@ -1,5 +1,5 @@
1
- import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.defender_tester@1.0.329/dist/tester.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.defender_tester@1.0.329/dist/tester.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.defender_tester@1.0.331/dist/tester.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.defender_tester@1.0.331/dist/tester.docs.mdx';
3
3
 
4
4
  export const compositions = [compositions_0];
5
5
  export const overview = [overview_0];
package/dist/test.cmd.js CHANGED
@@ -18,9 +18,9 @@ function _workspace() {
18
18
  };
19
19
  return data;
20
20
  }
21
- function _timer() {
22
- const data = require("@teambit/legacy/dist/toolbox/timer");
23
- _timer = function () {
21
+ function _toolboxTime() {
22
+ const data = require("@teambit/toolbox.time.timer");
23
+ _toolboxTime = function () {
24
24
  return data;
25
25
  };
26
26
  return data;
@@ -64,7 +64,7 @@ class TestCmd {
64
64
  coverage = false,
65
65
  unmodified = false
66
66
  }) {
67
- const timer = _timer().Timer.create();
67
+ const timer = _toolboxTime().Timer.create();
68
68
  const scopeName = typeof scope === 'string' ? scope : undefined;
69
69
  if (scopeName) {
70
70
  this.logger.consoleWarning(`--scope is deprecated, use the pattern argument instead. e.g. "scopeName/**" for the entire scope`);
@@ -1 +1 @@
1
- {"version":3,"names":["_chalk","data","_interopRequireDefault","require","_workspace","_timer","_constants","e","__esModule","default","_defineProperty","r","t","_toPropertyKey","Object","defineProperty","value","enumerable","configurable","writable","i","_toPrimitive","Symbol","toPrimitive","call","TypeError","String","Number","TestCmd","constructor","tester","workspace","logger","name","description","COMPONENT_PATTERN_HELP","report","userPattern","watch","debug","all","env","scope","junit","coverage","unmodified","timer","Timer","create","scopeName","undefined","consoleWarning","start","OutsideWorkspaceError","getPatternWithScope","pattern","patternWithScope","components","getComponentsByUserInput","length","chalk","bold","code","console","cyan","off","tests","test","hasErrors","seconds","stop","toString","exports"],"sources":["test.cmd.ts"],"sourcesContent":["import { Command, CommandOptions } from '@teambit/cli';\nimport chalk from 'chalk';\nimport { Logger } from '@teambit/logger';\nimport { OutsideWorkspaceError, Workspace } from '@teambit/workspace';\nimport { Timer } from '@teambit/legacy/dist/toolbox/timer';\nimport { COMPONENT_PATTERN_HELP } from '@teambit/legacy/dist/constants';\nimport type { TesterMain } from './tester.main.runtime';\n\ntype TestFlags = {\n watch: boolean;\n debug: boolean;\n all: boolean;\n unmodified: boolean;\n env?: string;\n scope?: string;\n junit?: string;\n coverage?: boolean;\n};\n\nexport class TestCmd implements Command {\n name = 'test [component-pattern]';\n description = 'test components in the workspace. by default only runs tests for new and modified components';\n helpUrl = 'reference/testing/tester-overview';\n arguments = [\n {\n name: 'component-pattern',\n description: COMPONENT_PATTERN_HELP,\n },\n ];\n alias = 'at';\n group = 'development';\n options = [\n ['w', 'watch', 'start the tester in watch mode.'],\n ['d', 'debug', 'start the tester in debug mode.'],\n ['a', 'all', 'DEPRECATED. (use --unmodified)'],\n ['u', 'unmodified', 'test all components, not only new and modified'],\n ['', 'junit <filepath>', 'write tests results as JUnit XML format into the specified file path'],\n ['', 'coverage', 'show code coverage data'],\n ['e', 'env <id>', 'test only components assigned the given env'],\n [\n 's',\n 'scope <scope-name>',\n 'DEPRECATED. (use the pattern instead, e.g. \"scopeName/**\"). name of the scope to test',\n ],\n // TODO: we need to reduce this redundant casting every time.\n ] as CommandOptions;\n\n constructor(private tester: TesterMain, private workspace: Workspace, private logger: Logger) {}\n\n async report(\n [userPattern]: [string],\n { watch = false, debug = false, all = false, env, scope, junit, coverage = false, unmodified = false }: TestFlags\n ) {\n const timer = Timer.create();\n const scopeName = typeof scope === 'string' ? scope : undefined;\n if (scopeName) {\n this.logger.consoleWarning(\n `--scope is deprecated, use the pattern argument instead. e.g. \"scopeName/**\" for the entire scope`\n );\n }\n if (all) {\n unmodified = all;\n this.logger.consoleWarning(`--all is deprecated, use --unmodified instead`);\n }\n timer.start();\n if (!this.workspace) throw new OutsideWorkspaceError();\n\n const getPatternWithScope = () => {\n if (!userPattern && !scope) return undefined;\n const pattern = userPattern || '**';\n return scopeName ? `${scopeName}/${pattern}` : pattern;\n };\n const patternWithScope = getPatternWithScope();\n const components = await this.workspace.getComponentsByUserInput(unmodified, patternWithScope, true);\n if (!components.length) {\n const data = chalk.bold(`no components found to test.\nuse \"--unmodified\" flag to test all components or specify the ids to test.\notherwise, only new and modified components will be tested`);\n return {\n code: 0,\n data,\n };\n }\n\n this.logger.console(\n `testing total of ${components.length} components in workspace '${chalk.cyan(this.workspace.name)}'`\n );\n\n let code = 0;\n if (watch && !debug) {\n // avoid turning off the logger for non-watch scenario. otherwise, when this aspect throws errors, they'll be\n // swallowed. (Jest errors are shown regardless via Jest, but if the tester is unable to run Jest in the first\n // place, these errors won't be shown)\n this.logger.off();\n await this.tester.watch(components, {\n watch,\n debug,\n env,\n coverage,\n });\n } else {\n const tests = await this.tester.test(components, {\n watch,\n debug,\n env,\n junit,\n coverage,\n });\n if (tests.hasErrors()) code = 1;\n }\n const { seconds } = timer.stop();\n\n if (watch) return '';\n const data = `tests has been completed in ${chalk.cyan(seconds.toString())} seconds.`;\n return {\n code,\n data,\n };\n }\n}\n"],"mappings":";;;;;;AACA,SAAAA,OAAA;EAAA,MAAAC,IAAA,GAAAC,sBAAA,CAAAC,OAAA;EAAAH,MAAA,YAAAA,CAAA;IAAA,OAAAC,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAEA,SAAAG,WAAA;EAAA,MAAAH,IAAA,GAAAE,OAAA;EAAAC,UAAA,YAAAA,CAAA;IAAA,OAAAH,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AACA,SAAAI,OAAA;EAAA,MAAAJ,IAAA,GAAAE,OAAA;EAAAE,MAAA,YAAAA,CAAA;IAAA,OAAAJ,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AACA,SAAAK,WAAA;EAAA,MAAAL,IAAA,GAAAE,OAAA;EAAAG,UAAA,YAAAA,CAAA;IAAA,OAAAL,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAAwE,SAAAC,uBAAAK,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAAA,SAAAG,gBAAAH,CAAA,EAAAI,CAAA,EAAAC,CAAA,YAAAD,CAAA,GAAAE,cAAA,CAAAF,CAAA,MAAAJ,CAAA,GAAAO,MAAA,CAAAC,cAAA,CAAAR,CAAA,EAAAI,CAAA,IAAAK,KAAA,EAAAJ,CAAA,EAAAK,UAAA,MAAAC,YAAA,MAAAC,QAAA,UAAAZ,CAAA,CAAAI,CAAA,IAAAC,CAAA,EAAAL,CAAA;AAAA,SAAAM,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,MAAAL,CAAA,GAAAK,CAAA,CAAAU,MAAA,CAAAC,WAAA,kBAAAhB,CAAA,QAAAa,CAAA,GAAAb,CAAA,CAAAiB,IAAA,CAAAZ,CAAA,EAAAD,CAAA,uCAAAS,CAAA,SAAAA,CAAA,YAAAK,SAAA,yEAAAd,CAAA,GAAAe,MAAA,GAAAC,MAAA,EAAAf,CAAA;AAcjE,MAAMgB,OAAO,CAAoB;EA4BtCC,WAAWA,CAASC,MAAkB,EAAUC,SAAoB,EAAUC,MAAc,EAAE;IAAA,KAA1EF,MAAkB,GAAlBA,MAAkB;IAAA,KAAUC,SAAoB,GAApBA,SAAoB;IAAA,KAAUC,MAAc,GAAdA,MAAc;IAAAtB,eAAA,eA3BrF,0BAA0B;IAAAA,eAAA,sBACnB,8FAA8F;IAAAA,eAAA,kBAClG,mCAAmC;IAAAA,eAAA,oBACjC,CACV;MACEuB,IAAI,EAAE,mBAAmB;MACzBC,WAAW,EAAEC;IACf,CAAC,CACF;IAAAzB,eAAA,gBACO,IAAI;IAAAA,eAAA,gBACJ,aAAa;IAAAA,eAAA,kBACX,CACR,CAAC,GAAG,EAAE,OAAO,EAAE,iCAAiC,CAAC,EACjD,CAAC,GAAG,EAAE,OAAO,EAAE,iCAAiC,CAAC,EACjD,CAAC,GAAG,EAAE,KAAK,EAAE,gCAAgC,CAAC,EAC9C,CAAC,GAAG,EAAE,YAAY,EAAE,gDAAgD,CAAC,EACrE,CAAC,EAAE,EAAE,kBAAkB,EAAE,sEAAsE,CAAC,EAChG,CAAC,EAAE,EAAE,UAAU,EAAE,yBAAyB,CAAC,EAC3C,CAAC,GAAG,EAAE,UAAU,EAAE,6CAA6C,CAAC,EAChE,CACE,GAAG,EACH,oBAAoB,EACpB,uFAAuF;IAEzF;IAAA,CACD;EAE8F;EAE/F,MAAM0B,MAAMA,CACV,CAACC,WAAW,CAAW,EACvB;IAAEC,KAAK,GAAG,KAAK;IAAEC,KAAK,GAAG,KAAK;IAAEC,GAAG,GAAG,KAAK;IAAEC,GAAG;IAAEC,KAAK;IAAEC,KAAK;IAAEC,QAAQ,GAAG,KAAK;IAAEC,UAAU,GAAG;EAAiB,CAAC,EACjH;IACA,MAAMC,KAAK,GAAGC,cAAK,CAACC,MAAM,CAAC,CAAC;IAC5B,MAAMC,SAAS,GAAG,OAAOP,KAAK,KAAK,QAAQ,GAAGA,KAAK,GAAGQ,SAAS;IAC/D,IAAID,SAAS,EAAE;MACb,IAAI,CAACjB,MAAM,CAACmB,cAAc,CACxB,mGACF,CAAC;IACH;IACA,IAAIX,GAAG,EAAE;MACPK,UAAU,GAAGL,GAAG;MAChB,IAAI,CAACR,MAAM,CAACmB,cAAc,CAAC,+CAA+C,CAAC;IAC7E;IACAL,KAAK,CAACM,KAAK,CAAC,CAAC;IACb,IAAI,CAAC,IAAI,CAACrB,SAAS,EAAE,MAAM,KAAIsB,kCAAqB,EAAC,CAAC;IAEtD,MAAMC,mBAAmB,GAAGA,CAAA,KAAM;MAChC,IAAI,CAACjB,WAAW,IAAI,CAACK,KAAK,EAAE,OAAOQ,SAAS;MAC5C,MAAMK,OAAO,GAAGlB,WAAW,IAAI,IAAI;MACnC,OAAOY,SAAS,GAAG,GAAGA,SAAS,IAAIM,OAAO,EAAE,GAAGA,OAAO;IACxD,CAAC;IACD,MAAMC,gBAAgB,GAAGF,mBAAmB,CAAC,CAAC;IAC9C,MAAMG,UAAU,GAAG,MAAM,IAAI,CAAC1B,SAAS,CAAC2B,wBAAwB,CAACb,UAAU,EAAEW,gBAAgB,EAAE,IAAI,CAAC;IACpG,IAAI,CAACC,UAAU,CAACE,MAAM,EAAE;MACtB,MAAM1D,IAAI,GAAG2D,gBAAK,CAACC,IAAI,CAAC;AAC9B;AACA,2DAA2D,CAAC;MACtD,OAAO;QACLC,IAAI,EAAE,CAAC;QACP7D;MACF,CAAC;IACH;IAEA,IAAI,CAAC+B,MAAM,CAAC+B,OAAO,CACjB,oBAAoBN,UAAU,CAACE,MAAM,6BAA6BC,gBAAK,CAACI,IAAI,CAAC,IAAI,CAACjC,SAAS,CAACE,IAAI,CAAC,GACnG,CAAC;IAED,IAAI6B,IAAI,GAAG,CAAC;IACZ,IAAIxB,KAAK,IAAI,CAACC,KAAK,EAAE;MACnB;MACA;MACA;MACA,IAAI,CAACP,MAAM,CAACiC,GAAG,CAAC,CAAC;MACjB,MAAM,IAAI,CAACnC,MAAM,CAACQ,KAAK,CAACmB,UAAU,EAAE;QAClCnB,KAAK;QACLC,KAAK;QACLE,GAAG;QACHG;MACF,CAAC,CAAC;IACJ,CAAC,MAAM;MACL,MAAMsB,KAAK,GAAG,MAAM,IAAI,CAACpC,MAAM,CAACqC,IAAI,CAACV,UAAU,EAAE;QAC/CnB,KAAK;QACLC,KAAK;QACLE,GAAG;QACHE,KAAK;QACLC;MACF,CAAC,CAAC;MACF,IAAIsB,KAAK,CAACE,SAAS,CAAC,CAAC,EAAEN,IAAI,GAAG,CAAC;IACjC;IACA,MAAM;MAAEO;IAAQ,CAAC,GAAGvB,KAAK,CAACwB,IAAI,CAAC,CAAC;IAEhC,IAAIhC,KAAK,EAAE,OAAO,EAAE;IACpB,MAAMrC,IAAI,GAAG,+BAA+B2D,gBAAK,CAACI,IAAI,CAACK,OAAO,CAACE,QAAQ,CAAC,CAAC,CAAC,WAAW;IACrF,OAAO;MACLT,IAAI;MACJ7D;IACF,CAAC;EACH;AACF;AAACuE,OAAA,CAAA5C,OAAA,GAAAA,OAAA","ignoreList":[]}
1
+ {"version":3,"names":["_chalk","data","_interopRequireDefault","require","_workspace","_toolboxTime","_constants","e","__esModule","default","_defineProperty","r","t","_toPropertyKey","Object","defineProperty","value","enumerable","configurable","writable","i","_toPrimitive","Symbol","toPrimitive","call","TypeError","String","Number","TestCmd","constructor","tester","workspace","logger","name","description","COMPONENT_PATTERN_HELP","report","userPattern","watch","debug","all","env","scope","junit","coverage","unmodified","timer","Timer","create","scopeName","undefined","consoleWarning","start","OutsideWorkspaceError","getPatternWithScope","pattern","patternWithScope","components","getComponentsByUserInput","length","chalk","bold","code","console","cyan","off","tests","test","hasErrors","seconds","stop","toString","exports"],"sources":["test.cmd.ts"],"sourcesContent":["import { Command, CommandOptions } from '@teambit/cli';\nimport chalk from 'chalk';\nimport { Logger } from '@teambit/logger';\nimport { OutsideWorkspaceError, Workspace } from '@teambit/workspace';\nimport { Timer } from '@teambit/toolbox.time.timer';\nimport { COMPONENT_PATTERN_HELP } from '@teambit/legacy/dist/constants';\nimport type { TesterMain } from './tester.main.runtime';\n\ntype TestFlags = {\n watch: boolean;\n debug: boolean;\n all: boolean;\n unmodified: boolean;\n env?: string;\n scope?: string;\n junit?: string;\n coverage?: boolean;\n};\n\nexport class TestCmd implements Command {\n name = 'test [component-pattern]';\n description = 'test components in the workspace. by default only runs tests for new and modified components';\n helpUrl = 'reference/testing/tester-overview';\n arguments = [\n {\n name: 'component-pattern',\n description: COMPONENT_PATTERN_HELP,\n },\n ];\n alias = 'at';\n group = 'development';\n options = [\n ['w', 'watch', 'start the tester in watch mode.'],\n ['d', 'debug', 'start the tester in debug mode.'],\n ['a', 'all', 'DEPRECATED. (use --unmodified)'],\n ['u', 'unmodified', 'test all components, not only new and modified'],\n ['', 'junit <filepath>', 'write tests results as JUnit XML format into the specified file path'],\n ['', 'coverage', 'show code coverage data'],\n ['e', 'env <id>', 'test only components assigned the given env'],\n [\n 's',\n 'scope <scope-name>',\n 'DEPRECATED. (use the pattern instead, e.g. \"scopeName/**\"). name of the scope to test',\n ],\n // TODO: we need to reduce this redundant casting every time.\n ] as CommandOptions;\n\n constructor(private tester: TesterMain, private workspace: Workspace, private logger: Logger) {}\n\n async report(\n [userPattern]: [string],\n { watch = false, debug = false, all = false, env, scope, junit, coverage = false, unmodified = false }: TestFlags\n ) {\n const timer = Timer.create();\n const scopeName = typeof scope === 'string' ? scope : undefined;\n if (scopeName) {\n this.logger.consoleWarning(\n `--scope is deprecated, use the pattern argument instead. e.g. \"scopeName/**\" for the entire scope`\n );\n }\n if (all) {\n unmodified = all;\n this.logger.consoleWarning(`--all is deprecated, use --unmodified instead`);\n }\n timer.start();\n if (!this.workspace) throw new OutsideWorkspaceError();\n\n const getPatternWithScope = () => {\n if (!userPattern && !scope) return undefined;\n const pattern = userPattern || '**';\n return scopeName ? `${scopeName}/${pattern}` : pattern;\n };\n const patternWithScope = getPatternWithScope();\n const components = await this.workspace.getComponentsByUserInput(unmodified, patternWithScope, true);\n if (!components.length) {\n const data = chalk.bold(`no components found to test.\nuse \"--unmodified\" flag to test all components or specify the ids to test.\notherwise, only new and modified components will be tested`);\n return {\n code: 0,\n data,\n };\n }\n\n this.logger.console(\n `testing total of ${components.length} components in workspace '${chalk.cyan(this.workspace.name)}'`\n );\n\n let code = 0;\n if (watch && !debug) {\n // avoid turning off the logger for non-watch scenario. otherwise, when this aspect throws errors, they'll be\n // swallowed. (Jest errors are shown regardless via Jest, but if the tester is unable to run Jest in the first\n // place, these errors won't be shown)\n this.logger.off();\n await this.tester.watch(components, {\n watch,\n debug,\n env,\n coverage,\n });\n } else {\n const tests = await this.tester.test(components, {\n watch,\n debug,\n env,\n junit,\n coverage,\n });\n if (tests.hasErrors()) code = 1;\n }\n const { seconds } = timer.stop();\n\n if (watch) return '';\n const data = `tests has been completed in ${chalk.cyan(seconds.toString())} seconds.`;\n return {\n code,\n data,\n };\n }\n}\n"],"mappings":"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","ignoreList":[]}
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/tester",
3
- "version": "1.0.329",
3
+ "version": "1.0.331",
4
4
  "homepage": "https://bit.cloud/teambit/defender/tester",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.defender",
8
8
  "name": "tester",
9
- "version": "1.0.329"
9
+ "version": "1.0.331"
10
10
  },
11
11
  "dependencies": {
12
12
  "chalk": "2.4.2",
@@ -23,17 +23,18 @@
23
23
  "@teambit/tests-results": "1.0.4",
24
24
  "@teambit/defender.ui.test-compare-section": "0.0.100",
25
25
  "@teambit/bit-error": "0.0.404",
26
- "@teambit/cli": "0.0.906",
27
- "@teambit/logger": "0.0.999",
28
- "@teambit/workspace": "1.0.329",
29
- "@teambit/envs": "1.0.329",
30
- "@teambit/component": "1.0.329",
31
- "@teambit/graphql": "1.0.329",
32
- "@teambit/builder": "1.0.329",
33
- "@teambit/dev-files": "1.0.329",
34
- "@teambit/ui": "1.0.329",
35
- "@teambit/compiler": "1.0.329",
36
- "@teambit/component-compare": "1.0.329",
26
+ "@teambit/cli": "0.0.908",
27
+ "@teambit/logger": "0.0.1001",
28
+ "@teambit/toolbox.time.timer": "0.0.1",
29
+ "@teambit/workspace": "1.0.331",
30
+ "@teambit/envs": "1.0.331",
31
+ "@teambit/component": "1.0.331",
32
+ "@teambit/graphql": "1.0.331",
33
+ "@teambit/builder": "1.0.331",
34
+ "@teambit/dev-files": "1.0.331",
35
+ "@teambit/ui": "1.0.331",
36
+ "@teambit/compiler": "1.0.331",
37
+ "@teambit/component-compare": "1.0.331",
37
38
  "@teambit/defender.ui.test-compare": "0.0.263",
38
39
  "@teambit/defender.ui.test-page": "0.0.41"
39
40
  },
@@ -44,7 +45,7 @@
44
45
  "@types/mocha": "9.1.0",
45
46
  "chai": "4.3.0",
46
47
  "@teambit/defender.content.tester-overview": "1.95.0",
47
- "@teambit/harmony.envs.core-aspect-env": "0.0.39"
48
+ "@teambit/harmony.envs.core-aspect-env": "0.0.42"
48
49
  },
49
50
  "peerDependencies": {
50
51
  "react": "^17.0.0 || ^18.0.0",