@teambit/multi-tester 1.0.256 → 1.0.258

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.256" tests="0" failures="0" errors="0" skipped="0"/>
3
+ <testsuite name="teambit.defender/multi-tester@1.0.258" 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={3403:(e,t,n)=>{Object.defineProperty(t,"Ay",{enumerable:!0,get:function(){return r.default}});var r=o(n(2555));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}},2555:(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},45542:(e,t,n)=>{var r={id:"teambit.defender/multi-tester@1.0.256",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={};return(()=>{n.r(r),n.d(r,{compositions:()=>c,compositions_metadata:()=>f,overview:()=>u});var e={};n.r(e),n.d(e,{default:()=>m});var t=n(45542),o=(n(41594),n(5016)),i=n(65682),a=n(3403),s=["components"];function p(){return p=Object.assign?Object.assign.bind():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)}var d={},l="wrapper";function m(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,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}(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}(e,s);return(0,o.mdx)(l,p({},d,n,{components:t,mdxType:"MDXLayout"}),(0,o.mdx)(i.MDXScopeProvider,{components:{TesterOverview:a.Ay},mdxType:"MDXScopeProvider"},(0,o.mdx)(a.Ay,{mdxType:"TesterOverview"})))}m.isMDXComponent=!0;const c=[t],u=[e],f={compositions:[{displayName:"Logo",identifier:"Logo"}]}})(),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={87438:(e,t,n)=>{Object.defineProperty(t,"Ay",{enumerable:!0,get:function(){return r.default}});var r=o(n(3698));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}},3698:(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},50674:(e,t,n)=>{var r={id:"teambit.defender/multi-tester@1.0.258",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={};return(()=>{n.r(r),n.d(r,{compositions:()=>c,compositions_metadata:()=>f,overview:()=>u});var e={};n.r(e),n.d(e,{default:()=>m});var t=n(50674),o=(n(41594),n(5016)),i=n(65682),a=n(87438),s=["components"];function p(){return p=Object.assign?Object.assign.bind():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)}var d={},l="wrapper";function m(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,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}(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}(e,s);return(0,o.mdx)(l,p({},d,n,{components:t,mdxType:"MDXLayout"}),(0,o.mdx)(i.MDXScopeProvider,{components:{TesterOverview:a.Ay},mdxType:"MDXScopeProvider"},(0,o.mdx)(a.Ay,{mdxType:"TesterOverview"})))}m.isMDXComponent=!0;const c=[t],u=[e],f={compositions:[{displayName:"Logo",identifier:"Logo"}]}})(),r})()));
@@ -14,481 +14,484 @@
14
14
  },
15
15
  "exports": [
16
16
  {
17
- "__schema": "VariableLikeSchema",
17
+ "__schema": "ExportSchema",
18
18
  "location": {
19
- "filePath": "multi-tester.aspect.ts",
19
+ "filePath": "index.ts",
20
20
  "line": 3,
21
- "character": 14
21
+ "character": 10
22
22
  },
23
- "signature": "const MultiTesterAspect: Aspect",
24
23
  "name": "MultiTesterAspect",
25
- "type": {
26
- "__schema": "TypeRefSchema",
24
+ "exportNode": {
25
+ "__schema": "VariableLikeSchema",
27
26
  "location": {
28
27
  "filePath": "multi-tester.aspect.ts",
29
28
  "line": 3,
30
29
  "character": 14
31
30
  },
32
- "name": "Aspect",
33
- "componentId": {
34
- "scope": "teambit.harmony",
35
- "name": "harmony",
36
- "version": "0.4.6"
37
- }
38
- },
39
- "isOptional": false,
40
- "defaultValue": "Aspect.create({\n id: 'teambit.defender/multi-tester',\n})"
31
+ "signature": "const MultiTesterAspect: Aspect",
32
+ "name": "MultiTesterAspect",
33
+ "type": {
34
+ "__schema": "TypeRefSchema",
35
+ "location": {
36
+ "filePath": "multi-tester.aspect.ts",
37
+ "line": 3,
38
+ "character": 14
39
+ },
40
+ "name": "Aspect",
41
+ "componentId": {
42
+ "scope": "teambit.harmony",
43
+ "name": "harmony",
44
+ "version": "0.4.6"
45
+ }
46
+ },
47
+ "isOptional": false,
48
+ "defaultValue": "Aspect.create({\n id: 'teambit.defender/multi-tester',\n})"
49
+ }
41
50
  },
42
51
  {
43
- "__schema": "ClassSchema",
52
+ "__schema": "ExportSchema",
44
53
  "location": {
45
- "filePath": "multi-tester.main.runtime.ts",
46
- "line": 6,
47
- "character": 1
54
+ "filePath": "index.ts",
55
+ "line": 4,
56
+ "character": 15
48
57
  },
49
- "signature": "class MultiTesterMain",
50
58
  "name": "MultiTesterMain",
51
- "members": [
52
- {
53
- "__schema": "FunctionLikeSchema",
54
- "location": {
55
- "filePath": "multi-tester.main.runtime.ts",
56
- "line": 11,
57
- "character": 3
58
- },
59
- "doc": {
60
- "__schema": "DocSchema",
59
+ "exportNode": {
60
+ "__schema": "ClassSchema",
61
+ "location": {
62
+ "filePath": "multi-tester.main.runtime.ts",
63
+ "line": 6,
64
+ "character": 1
65
+ },
66
+ "signature": "class MultiTesterMain",
67
+ "name": "MultiTesterMain",
68
+ "members": [
69
+ {
70
+ "__schema": "FunctionLikeSchema",
61
71
  "location": {
62
72
  "filePath": "multi-tester.main.runtime.ts",
63
- "line": 7,
73
+ "line": 11,
64
74
  "character": 3
65
75
  },
66
- "raw": "/**\n * create a multi-tester `Tester` instance.\n * @param testers list of testers to include.\n */",
67
- "comment": "create a multi-tester `Tester` instance.",
68
- "tags": [
69
- {
70
- "__schema": "PropertyLikeTagSchema",
71
- "location": {
72
- "filePath": "multi-tester.main.runtime.ts",
73
- "line": 9,
74
- "character": 6
75
- },
76
- "name": "testers",
77
- "tagName": "parameter",
78
- "comment": "list of testers to include."
79
- }
80
- ]
81
- },
82
- "signature": "(method) MultiTesterMain.createTester(testers: Tester[]): MultiTester",
83
- "name": "createTester",
84
- "params": [
85
- {
86
- "__schema": "ParameterSchema",
76
+ "doc": {
77
+ "__schema": "DocSchema",
87
78
  "location": {
88
79
  "filePath": "multi-tester.main.runtime.ts",
89
- "line": 11,
90
- "character": 16
80
+ "line": 7,
81
+ "character": 3
91
82
  },
92
- "name": "testers",
93
- "type": {
94
- "__schema": "TypeArraySchema",
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.",
85
+ "tags": [
86
+ {
87
+ "__schema": "PropertyLikeTagSchema",
88
+ "location": {
89
+ "filePath": "multi-tester.main.runtime.ts",
90
+ "line": 9,
91
+ "character": 6
92
+ },
93
+ "name": "testers",
94
+ "tagName": "parameter",
95
+ "comment": "list of testers to include."
96
+ }
97
+ ]
98
+ },
99
+ "signature": "(method) MultiTesterMain.createTester(testers: Tester[]): MultiTester",
100
+ "name": "createTester",
101
+ "params": [
102
+ {
103
+ "__schema": "ParameterSchema",
95
104
  "location": {
96
105
  "filePath": "multi-tester.main.runtime.ts",
97
106
  "line": 11,
98
- "character": 25
107
+ "character": 16
99
108
  },
109
+ "name": "testers",
100
110
  "type": {
101
- "__schema": "TypeRefSchema",
111
+ "__schema": "TypeArraySchema",
102
112
  "location": {
103
113
  "filePath": "multi-tester.main.runtime.ts",
104
114
  "line": 11,
105
115
  "character": 25
106
116
  },
107
- "name": "Tester",
108
- "componentId": {
109
- "scope": "teambit.defender",
110
- "name": "tester"
117
+ "type": {
118
+ "__schema": "TypeRefSchema",
119
+ "location": {
120
+ "filePath": "multi-tester.main.runtime.ts",
121
+ "line": 11,
122
+ "character": 25
123
+ },
124
+ "name": "Tester"
111
125
  }
112
- }
126
+ },
127
+ "isOptional": false,
128
+ "isSpread": false
129
+ }
130
+ ],
131
+ "returnType": {
132
+ "__schema": "TypeRefSchema",
133
+ "location": {
134
+ "filePath": "multi-tester.main.runtime.ts",
135
+ "line": 11,
136
+ "character": 3
113
137
  },
114
- "isOptional": false,
115
- "isSpread": false
116
- }
117
- ],
118
- "returnType": {
119
- "__schema": "TypeRefSchema",
120
- "location": {
121
- "filePath": "multi-tester.main.runtime.ts",
122
- "line": 11,
123
- "character": 3
138
+ "name": "MultiTester"
124
139
  },
125
- "name": "MultiTester"
126
- },
127
- "modifiers": []
128
- },
129
- {
130
- "__schema": "VariableLikeSchema",
131
- "location": {
132
- "filePath": "multi-tester.main.runtime.ts",
133
- "line": 15,
134
- "character": 3
140
+ "modifiers": []
135
141
  },
136
- "signature": "(property) MultiTesterMain.runtime: RuntimeDefinition",
137
- "name": "runtime",
138
- "type": {
139
- "__schema": "InferenceTypeSchema",
142
+ {
143
+ "__schema": "VariableLikeSchema",
140
144
  "location": {
141
145
  "filePath": "multi-tester.main.runtime.ts",
142
146
  "line": 15,
143
147
  "character": 3
144
148
  },
145
- "type": "RuntimeDefinition"
146
- },
147
- "isOptional": true,
148
- "defaultValue": "MainRuntime"
149
- },
150
- {
151
- "__schema": "FunctionLikeSchema",
152
- "location": {
153
- "filePath": "multi-tester.main.runtime.ts",
154
- "line": 17,
155
- "character": 3
149
+ "signature": "(property) MultiTesterMain.runtime: RuntimeDefinition",
150
+ "name": "runtime",
151
+ "type": {
152
+ "__schema": "InferenceTypeSchema",
153
+ "location": {
154
+ "filePath": "multi-tester.main.runtime.ts",
155
+ "line": 15,
156
+ "character": 3
157
+ },
158
+ "type": "RuntimeDefinition"
159
+ },
160
+ "isOptional": true,
161
+ "defaultValue": "MainRuntime"
156
162
  },
157
- "signature": "(method) MultiTesterMain.provider(): Promise<MultiTesterMain>",
158
- "name": "provider",
159
- "params": [],
160
- "returnType": {
161
- "__schema": "InferenceTypeSchema",
163
+ {
164
+ "__schema": "FunctionLikeSchema",
162
165
  "location": {
163
166
  "filePath": "multi-tester.main.runtime.ts",
164
167
  "line": 17,
165
168
  "character": 3
166
169
  },
167
- "type": "Promise<MultiTesterMain>"
168
- },
169
- "modifiers": [
170
- "static",
171
- "async"
172
- ]
173
- }
174
- ],
175
- "extendsNodes": [],
176
- "implementNodes": []
170
+ "signature": "(method) MultiTesterMain.provider(): Promise<MultiTesterMain>",
171
+ "name": "provider",
172
+ "params": [],
173
+ "returnType": {
174
+ "__schema": "InferenceTypeSchema",
175
+ "location": {
176
+ "filePath": "multi-tester.main.runtime.ts",
177
+ "line": 17,
178
+ "character": 3
179
+ },
180
+ "type": "Promise<MultiTesterMain>"
181
+ },
182
+ "modifiers": [
183
+ "static",
184
+ "async"
185
+ ]
186
+ }
187
+ ],
188
+ "extendsNodes": [],
189
+ "implementNodes": []
190
+ }
177
191
  },
178
192
  {
179
- "__schema": "ClassSchema",
193
+ "__schema": "ExportSchema",
180
194
  "location": {
181
- "filePath": "multi-tester.tester.ts",
182
- "line": 10,
183
- "character": 1
195
+ "filePath": "index.ts",
196
+ "line": 5,
197
+ "character": 15
184
198
  },
185
- "signature": "class MultiTester",
186
199
  "name": "MultiTester",
187
- "members": [
188
- {
189
- "__schema": "VariableLikeSchema",
190
- "location": {
191
- "filePath": "multi-tester.tester.ts",
192
- "line": 11,
193
- "character": 3
194
- },
195
- "signature": "(property) MultiTester.displayName: string",
196
- "name": "displayName",
197
- "type": {
198
- "__schema": "InferenceTypeSchema",
200
+ "exportNode": {
201
+ "__schema": "ClassSchema",
202
+ "location": {
203
+ "filePath": "multi-tester.tester.ts",
204
+ "line": 10,
205
+ "character": 1
206
+ },
207
+ "signature": "class MultiTester",
208
+ "name": "MultiTester",
209
+ "members": [
210
+ {
211
+ "__schema": "VariableLikeSchema",
199
212
  "location": {
200
213
  "filePath": "multi-tester.tester.ts",
201
214
  "line": 11,
202
215
  "character": 3
203
216
  },
204
- "type": "string"
205
- },
206
- "isOptional": true,
207
- "defaultValue": "'Multi tester'"
208
- },
209
- {
210
- "__schema": "ConstructorSchema",
211
- "location": {
212
- "filePath": "multi-tester.tester.ts",
213
- "line": 13,
214
- "character": 3
215
- },
216
- "signature": "constructor MultiTester(id: string, testers: Tester[]): MultiTester",
217
- "name": "constructor",
218
- "params": [
219
- {
220
- "__schema": "ParameterSchema",
217
+ "signature": "(property) MultiTester.displayName: string",
218
+ "name": "displayName",
219
+ "type": {
220
+ "__schema": "InferenceTypeSchema",
221
221
  "location": {
222
222
  "filePath": "multi-tester.tester.ts",
223
- "line": 13,
224
- "character": 15
223
+ "line": 11,
224
+ "character": 3
225
225
  },
226
- "name": "id",
227
- "type": {
228
- "__schema": "KeywordTypeSchema",
226
+ "type": "string"
227
+ },
228
+ "isOptional": true,
229
+ "defaultValue": "'Multi tester'"
230
+ },
231
+ {
232
+ "__schema": "ConstructorSchema",
233
+ "location": {
234
+ "filePath": "multi-tester.tester.ts",
235
+ "line": 13,
236
+ "character": 3
237
+ },
238
+ "signature": "constructor MultiTester(id: string, testers: Tester[]): MultiTester",
239
+ "name": "constructor",
240
+ "params": [
241
+ {
242
+ "__schema": "ParameterSchema",
229
243
  "location": {
230
244
  "filePath": "multi-tester.tester.ts",
231
245
  "line": 13,
232
- "character": 28
246
+ "character": 15
233
247
  },
234
- "name": "string"
235
- },
236
- "isOptional": false,
237
- "isSpread": false
238
- },
239
- {
240
- "__schema": "ParameterSchema",
241
- "location": {
242
- "filePath": "multi-tester.tester.ts",
243
- "line": 13,
244
- "character": 36
248
+ "name": "id",
249
+ "type": {
250
+ "__schema": "KeywordTypeSchema",
251
+ "location": {
252
+ "filePath": "multi-tester.tester.ts",
253
+ "line": 13,
254
+ "character": 28
255
+ },
256
+ "name": "string"
257
+ },
258
+ "isOptional": false,
259
+ "isSpread": false
245
260
  },
246
- "name": "testers",
247
- "type": {
248
- "__schema": "TypeArraySchema",
261
+ {
262
+ "__schema": "ParameterSchema",
249
263
  "location": {
250
264
  "filePath": "multi-tester.tester.ts",
251
265
  "line": 13,
252
- "character": 54
266
+ "character": 36
253
267
  },
268
+ "name": "testers",
254
269
  "type": {
255
- "__schema": "TypeRefSchema",
270
+ "__schema": "TypeArraySchema",
256
271
  "location": {
257
272
  "filePath": "multi-tester.tester.ts",
258
273
  "line": 13,
259
274
  "character": 54
260
275
  },
261
- "name": "Tester",
262
- "componentId": {
263
- "scope": "teambit.defender",
264
- "name": "tester"
276
+ "type": {
277
+ "__schema": "TypeRefSchema",
278
+ "location": {
279
+ "filePath": "multi-tester.tester.ts",
280
+ "line": 13,
281
+ "character": 54
282
+ },
283
+ "name": "Tester"
265
284
  }
266
- }
285
+ },
286
+ "isOptional": false,
287
+ "isSpread": false
288
+ }
289
+ ],
290
+ "returnType": {
291
+ "__schema": "ThisTypeSchema",
292
+ "location": {
293
+ "filePath": "multi-tester.tester.ts",
294
+ "line": 10,
295
+ "character": 1
267
296
  },
268
- "isOptional": false,
269
- "isSpread": false
270
- }
271
- ],
272
- "returnType": {
273
- "__schema": "ThisTypeSchema",
274
- "location": {
275
- "filePath": "multi-tester.tester.ts",
276
- "line": 10,
277
- "character": 1
297
+ "name": "MultiTester"
278
298
  },
279
- "name": "MultiTester"
280
- },
281
- "modifiers": []
282
- },
283
- {
284
- "__schema": "FunctionLikeSchema",
285
- "location": {
286
- "filePath": "multi-tester.tester.ts",
287
- "line": 15,
288
- "character": 3
299
+ "modifiers": []
289
300
  },
290
- "signature": "(method) MultiTester.displayConfig(): string",
291
- "name": "displayConfig",
292
- "params": [],
293
- "returnType": {
294
- "__schema": "InferenceTypeSchema",
301
+ {
302
+ "__schema": "FunctionLikeSchema",
295
303
  "location": {
296
304
  "filePath": "multi-tester.tester.ts",
297
305
  "line": 15,
298
306
  "character": 3
299
307
  },
300
- "type": "string"
301
- },
302
- "modifiers": []
303
- },
304
- {
305
- "__schema": "FunctionLikeSchema",
306
- "location": {
307
- "filePath": "multi-tester.tester.ts",
308
- "line": 23,
309
- "character": 3
310
- },
311
- "signature": "(method) MultiTester.test(context: TesterContext): Promise<Tests>",
312
- "name": "test",
313
- "params": [
314
- {
315
- "__schema": "ParameterSchema",
308
+ "signature": "(method) MultiTester.displayConfig(): string",
309
+ "name": "displayConfig",
310
+ "params": [],
311
+ "returnType": {
312
+ "__schema": "InferenceTypeSchema",
316
313
  "location": {
317
314
  "filePath": "multi-tester.tester.ts",
318
- "line": 23,
319
- "character": 14
320
- },
321
- "name": "context",
322
- "type": {
323
- "__schema": "TypeRefSchema",
324
- "location": {
325
- "filePath": "multi-tester.tester.ts",
326
- "line": 23,
327
- "character": 23
328
- },
329
- "name": "TesterContext",
330
- "componentId": {
331
- "scope": "teambit.defender",
332
- "name": "tester"
333
- }
315
+ "line": 15,
316
+ "character": 3
334
317
  },
335
- "isOptional": false,
336
- "isSpread": false
337
- }
338
- ],
339
- "returnType": {
340
- "__schema": "TypeRefSchema",
318
+ "type": "string"
319
+ },
320
+ "modifiers": []
321
+ },
322
+ {
323
+ "__schema": "FunctionLikeSchema",
341
324
  "location": {
342
325
  "filePath": "multi-tester.tester.ts",
343
326
  "line": 23,
344
- "character": 39
327
+ "character": 3
345
328
  },
346
- "name": "Promise",
347
- "typeArgs": [
329
+ "signature": "(method) MultiTester.test(context: TesterContext): Promise<Tests>",
330
+ "name": "test",
331
+ "params": [
348
332
  {
349
- "__schema": "TypeRefSchema",
333
+ "__schema": "ParameterSchema",
350
334
  "location": {
351
335
  "filePath": "multi-tester.tester.ts",
352
336
  "line": 23,
353
- "character": 47
337
+ "character": 14
354
338
  },
355
- "name": "Tests",
356
- "componentId": {
357
- "scope": "teambit.defender",
358
- "name": "tester"
359
- }
339
+ "name": "context",
340
+ "type": {
341
+ "__schema": "TypeRefSchema",
342
+ "location": {
343
+ "filePath": "multi-tester.tester.ts",
344
+ "line": 23,
345
+ "character": 23
346
+ },
347
+ "name": "TesterContext"
348
+ },
349
+ "isOptional": false,
350
+ "isSpread": false
360
351
  }
361
- ]
362
- },
363
- "modifiers": [
364
- "async"
365
- ]
366
- },
367
- {
368
- "__schema": "FunctionLikeSchema",
369
- "location": {
370
- "filePath": "multi-tester.tester.ts",
371
- "line": 32,
372
- "character": 3
373
- },
374
- "signature": "(method) MultiTester.watch(context: TesterContext): Promise<Tests>",
375
- "name": "watch",
376
- "params": [
377
- {
378
- "__schema": "ParameterSchema",
352
+ ],
353
+ "returnType": {
354
+ "__schema": "TypeRefSchema",
379
355
  "location": {
380
356
  "filePath": "multi-tester.tester.ts",
381
- "line": 32,
382
- "character": 15
357
+ "line": 23,
358
+ "character": 39
383
359
  },
384
- "name": "context",
385
- "type": {
386
- "__schema": "TypeRefSchema",
387
- "location": {
388
- "filePath": "multi-tester.tester.ts",
389
- "line": 32,
390
- "character": 24
391
- },
392
- "name": "TesterContext",
393
- "componentId": {
394
- "scope": "teambit.defender",
395
- "name": "tester"
360
+ "name": "Promise",
361
+ "typeArgs": [
362
+ {
363
+ "__schema": "TypeRefSchema",
364
+ "location": {
365
+ "filePath": "multi-tester.tester.ts",
366
+ "line": 23,
367
+ "character": 47
368
+ },
369
+ "name": "Tests"
396
370
  }
397
- },
398
- "isOptional": false,
399
- "isSpread": false
400
- }
401
- ],
402
- "returnType": {
403
- "__schema": "TypeRefSchema",
371
+ ]
372
+ },
373
+ "modifiers": [
374
+ "async"
375
+ ]
376
+ },
377
+ {
378
+ "__schema": "FunctionLikeSchema",
404
379
  "location": {
405
380
  "filePath": "multi-tester.tester.ts",
406
381
  "line": 32,
407
- "character": 40
382
+ "character": 3
408
383
  },
409
- "name": "Promise",
410
- "typeArgs": [
384
+ "signature": "(method) MultiTester.watch(context: TesterContext): Promise<Tests>",
385
+ "name": "watch",
386
+ "params": [
411
387
  {
412
- "__schema": "TypeRefSchema",
388
+ "__schema": "ParameterSchema",
413
389
  "location": {
414
390
  "filePath": "multi-tester.tester.ts",
415
391
  "line": 32,
416
- "character": 48
392
+ "character": 15
417
393
  },
418
- "name": "Tests",
419
- "componentId": {
420
- "scope": "teambit.defender",
421
- "name": "tester"
422
- }
394
+ "name": "context",
395
+ "type": {
396
+ "__schema": "TypeRefSchema",
397
+ "location": {
398
+ "filePath": "multi-tester.tester.ts",
399
+ "line": 32,
400
+ "character": 24
401
+ },
402
+ "name": "TesterContext"
403
+ },
404
+ "isOptional": false,
405
+ "isSpread": false
423
406
  }
407
+ ],
408
+ "returnType": {
409
+ "__schema": "TypeRefSchema",
410
+ "location": {
411
+ "filePath": "multi-tester.tester.ts",
412
+ "line": 32,
413
+ "character": 40
414
+ },
415
+ "name": "Promise",
416
+ "typeArgs": [
417
+ {
418
+ "__schema": "TypeRefSchema",
419
+ "location": {
420
+ "filePath": "multi-tester.tester.ts",
421
+ "line": 32,
422
+ "character": 48
423
+ },
424
+ "name": "Tests"
425
+ }
426
+ ]
427
+ },
428
+ "modifiers": [
429
+ "async"
424
430
  ]
425
431
  },
426
- "modifiers": [
427
- "async"
428
- ]
429
- },
430
- {
431
- "__schema": "FunctionLikeSchema",
432
- "location": {
433
- "filePath": "multi-tester.tester.ts",
434
- "line": 43,
435
- "character": 3
436
- },
437
- "doc": {
438
- "__schema": "DocSchema",
432
+ {
433
+ "__schema": "FunctionLikeSchema",
439
434
  "location": {
440
435
  "filePath": "multi-tester.tester.ts",
441
- "line": 40,
436
+ "line": 43,
442
437
  "character": 3
443
438
  },
444
- "raw": "/**\n * returns the version of all testers instance (e.g. '4.0.1').\n */",
445
- "comment": "returns the version of all testers instance (e.g. '4.0.1')."
446
- },
447
- "signature": "(method) MultiTester.version(): string",
448
- "name": "version",
449
- "params": [],
450
- "returnType": {
451
- "__schema": "KeywordTypeSchema",
452
- "location": {
453
- "filePath": "multi-tester.tester.ts",
454
- "line": 43,
455
- "character": 14
439
+ "doc": {
440
+ "__schema": "DocSchema",
441
+ "location": {
442
+ "filePath": "multi-tester.tester.ts",
443
+ "line": 40,
444
+ "character": 3
445
+ },
446
+ "raw": "/**\n * returns the version of all testers instance (e.g. '4.0.1').\n */",
447
+ "comment": "returns the version of all testers instance (e.g. '4.0.1')."
456
448
  },
457
- "name": "string"
458
- },
459
- "modifiers": []
460
- }
461
- ],
462
- "extendsNodes": [],
463
- "implementNodes": [
464
- {
465
- "__schema": "ExpressionWithTypeArgumentsSchema",
466
- "location": {
467
- "filePath": "multi-tester.tester.ts",
468
- "line": 10,
469
- "character": 37
470
- },
471
- "name": "implements Tester",
472
- "typeArgs": [],
473
- "expression": {
474
- "__schema": "TypeRefSchema",
449
+ "signature": "(method) MultiTester.version(): string",
450
+ "name": "version",
451
+ "params": [],
452
+ "returnType": {
453
+ "__schema": "KeywordTypeSchema",
454
+ "location": {
455
+ "filePath": "multi-tester.tester.ts",
456
+ "line": 43,
457
+ "character": 14
458
+ },
459
+ "name": "string"
460
+ },
461
+ "modifiers": []
462
+ }
463
+ ],
464
+ "extendsNodes": [],
465
+ "implementNodes": [
466
+ {
467
+ "__schema": "ExpressionWithTypeArgumentsSchema",
475
468
  "location": {
476
469
  "filePath": "multi-tester.tester.ts",
477
470
  "line": 10,
478
471
  "character": 37
479
472
  },
480
- "name": "Tester",
481
- "componentId": {
482
- "_legacy": {
483
- "scope": "teambit.defender",
484
- "name": "multi-tester",
485
- "version": "1.0.256"
473
+ "name": "implements Tester",
474
+ "typeArgs": [],
475
+ "expression": {
476
+ "__schema": "TypeRefSchema",
477
+ "location": {
478
+ "filePath": "multi-tester.tester.ts",
479
+ "line": 10,
480
+ "character": 37
486
481
  },
487
- "_scope": "teambit.defender"
482
+ "name": "Tester",
483
+ "componentId": {
484
+ "_legacy": {
485
+ "scope": "teambit.defender",
486
+ "name": "multi-tester",
487
+ "version": "1.0.258"
488
+ },
489
+ "_scope": "teambit.defender"
490
+ }
488
491
  }
489
492
  }
490
- }
491
- ]
493
+ ]
494
+ }
492
495
  },
493
496
  {
494
497
  "__schema": "UnImplementedSchema",
@@ -614,11 +617,7 @@
614
617
  "line": 11,
615
618
  "character": 25
616
619
  },
617
- "name": "Tester",
618
- "componentId": {
619
- "scope": "teambit.defender",
620
- "name": "tester"
621
- }
620
+ "name": "Tester"
622
621
  }
623
622
  },
624
623
  "isOptional": false,
@@ -830,11 +829,7 @@
830
829
  "line": 13,
831
830
  "character": 54
832
831
  },
833
- "name": "Tester",
834
- "componentId": {
835
- "scope": "teambit.defender",
836
- "name": "tester"
837
- }
832
+ "name": "Tester"
838
833
  }
839
834
  },
840
835
  "isOptional": false,
@@ -898,11 +893,7 @@
898
893
  "line": 23,
899
894
  "character": 23
900
895
  },
901
- "name": "TesterContext",
902
- "componentId": {
903
- "scope": "teambit.defender",
904
- "name": "tester"
905
- }
896
+ "name": "TesterContext"
906
897
  },
907
898
  "isOptional": false,
908
899
  "isSpread": false
@@ -924,11 +915,7 @@
924
915
  "line": 23,
925
916
  "character": 47
926
917
  },
927
- "name": "Tests",
928
- "componentId": {
929
- "scope": "teambit.defender",
930
- "name": "tester"
931
- }
918
+ "name": "Tests"
932
919
  }
933
920
  ]
934
921
  },
@@ -961,11 +948,7 @@
961
948
  "line": 32,
962
949
  "character": 24
963
950
  },
964
- "name": "TesterContext",
965
- "componentId": {
966
- "scope": "teambit.defender",
967
- "name": "tester"
968
- }
951
+ "name": "TesterContext"
969
952
  },
970
953
  "isOptional": false,
971
954
  "isSpread": false
@@ -987,11 +970,7 @@
987
970
  "line": 32,
988
971
  "character": 48
989
972
  },
990
- "name": "Tests",
991
- "componentId": {
992
- "scope": "teambit.defender",
993
- "name": "tester"
994
- }
973
+ "name": "Tests"
995
974
  }
996
975
  ]
997
976
  },
@@ -1054,7 +1033,7 @@
1054
1033
  "_legacy": {
1055
1034
  "scope": "teambit.defender",
1056
1035
  "name": "multi-tester",
1057
- "version": "1.0.256"
1036
+ "version": "1.0.258"
1058
1037
  },
1059
1038
  "_scope": "teambit.defender"
1060
1039
  }
@@ -1069,7 +1048,7 @@
1069
1048
  "componentId": {
1070
1049
  "scope": "teambit.defender",
1071
1050
  "name": "multi-tester",
1072
- "version": "1.0.256"
1051
+ "version": "1.0.258"
1073
1052
  },
1074
1053
  "taggedModuleExports": []
1075
1054
  }
@@ -0,0 +1,7 @@
1
+ import * as compositions_0 from '/Users/giladshoham/Library/Caches/Bit/capsules/root/b5ea46ec3/teambit.defender_multi-tester@1.0.258/dist/multi-tester.composition.js';
2
+ import * as overview_0 from '/Users/giladshoham/Library/Caches/Bit/capsules/root/b5ea46ec3/teambit.defender_multi-tester@1.0.258/dist/multi-tester.docs.mdx';
3
+
4
+ export const compositions = [compositions_0];
5
+ export const overview = [overview_0];
6
+
7
+ export const compositions_metadata = {"compositions":[{"displayName":"Logo","identifier":"Logo"}]};
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/multi-tester",
3
- "version": "1.0.256",
3
+ "version": "1.0.258",
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.256"
9
+ "version": "1.0.258"
10
10
  },
11
11
  "dependencies": {
12
12
  "lodash": "4.17.21",
@@ -14,7 +14,7 @@
14
14
  "@teambit/harmony": "0.4.6",
15
15
  "@teambit/tests-results": "1.0.4",
16
16
  "@teambit/cli": "0.0.862",
17
- "@teambit/tester": "1.0.256"
17
+ "@teambit/tester": "1.0.258"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@types/lodash": "4.14.165",
@@ -1,7 +0,0 @@
1
- import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.defender_multi-tester@1.0.256/dist/multi-tester.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.defender_multi-tester@1.0.256/dist/multi-tester.docs.mdx';
3
-
4
- export const compositions = [compositions_0];
5
- export const overview = [overview_0];
6
-
7
- export const compositions_metadata = {"compositions":[{"displayName":"Logo","identifier":"Logo"}]};