@teambit/mocha 0.0.26 → 0.0.29

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.
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const Logo: () => JSX.Element;
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.Logo = void 0;
9
+
10
+ function _react() {
11
+ const data = _interopRequireDefault(require("react"));
12
+
13
+ _react = function () {
14
+ return data;
15
+ };
16
+
17
+ return data;
18
+ }
19
+
20
+ const Logo = () => /*#__PURE__*/_react().default.createElement("div", {
21
+ style: {
22
+ height: '100%',
23
+ display: 'flex',
24
+ justifyContent: 'center'
25
+ }
26
+ }, /*#__PURE__*/_react().default.createElement("img", {
27
+ style: {
28
+ width: 70
29
+ },
30
+ src: "https://static.bit.dev/extensions-icons/mocha.svg"
31
+ }));
32
+
33
+ exports.Logo = Logo;
34
+
35
+ //# sourceMappingURL=mocha.composition.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["mocha.composition.tsx"],"names":["Logo","height","display","justifyContent","width"],"mappings":";;;;;;;;;AAAA;AAAA;;AAAA;AAAA;AAAA;;AAAA;AAAA;;AAEO,MAAMA,IAAI,GAAG,mBAClB;AAAK,EAAA,KAAK,EAAE;AAAEC,IAAAA,MAAM,EAAE,MAAV;AAAkBC,IAAAA,OAAO,EAAE,MAA3B;AAAmCC,IAAAA,cAAc,EAAE;AAAnD;AAAZ,gBACE;AAAK,EAAA,KAAK,EAAE;AAAEC,IAAAA,KAAK,EAAE;AAAT,GAAZ;AAA2B,EAAA,GAAG,EAAC;AAA/B,EADF,CADK","sourcesContent":["import React from 'react';\n\nexport const Logo = () => (\n <div style={{ height: '100%', display: 'flex', justifyContent: 'center' }}>\n <img style={{ width: 70 }} src=\"https://static.bit.dev/extensions-icons/mocha.svg\" />\n </div>\n);\n"]}
@@ -0,0 +1,4 @@
1
+ ---
2
+ description: A Mocha tester for components
3
+ labels: ['aspect', 'tester']
4
+ ---
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+
3
+ export const Logo = () => (
4
+ <div style={{ height: '100%', display: 'flex', justifyContent: 'center' }}>
5
+ <img style={{ width: 70 }} src="https://static.bit.dev/extensions-icons/mocha.svg" />
6
+ </div>
7
+ );
package/mocha.docs.mdx ADDED
@@ -0,0 +1,4 @@
1
+ ---
2
+ description: A Mocha tester for components
3
+ labels: ['aspect', 'tester']
4
+ ---
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/mocha",
3
- "version": "0.0.26",
3
+ "version": "0.0.29",
4
4
  "homepage": "https://bit.dev/teambit/defender/mocha",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.defender",
8
8
  "name": "mocha",
9
- "version": "0.0.26"
9
+ "version": "0.0.29"
10
10
  },
11
11
  "dependencies": {
12
12
  "@teambit/harmony": "0.2.11",
@@ -17,22 +17,22 @@
17
17
  "p-map-series": "2.1.0",
18
18
  "@babel/runtime": "7.12.18",
19
19
  "core-js": "^3.0.0",
20
- "@teambit/cli": "0.0.461",
21
- "@teambit/logger": "0.0.553",
22
- "@teambit/tester": "0.0.689",
20
+ "@teambit/cli": "0.0.463",
21
+ "@teambit/logger": "0.0.555",
22
+ "@teambit/tester": "0.0.692",
23
23
  "@teambit/tests-results": "0.0.97"
24
24
  },
25
25
  "devDependencies": {
26
+ "@types/react": "^17.0.8",
26
27
  "@types/mocha": "9.1.0",
27
28
  "@types/lodash": "4.14.165",
28
29
  "@types/testing-library__jest-dom": "5.9.5",
29
30
  "@types/jest": "^26.0.0",
30
31
  "@types/react-dom": "^17.0.5",
31
- "@types/react": "^17.0.8",
32
32
  "@types/node": "12.20.4"
33
33
  },
34
34
  "peerDependencies": {
35
- "@teambit/legacy": "1.0.240",
35
+ "@teambit/legacy": "1.0.241",
36
36
  "react-dom": "^16.8.0 || ^17.0.0",
37
37
  "react": "^16.8.0 || ^17.0.0"
38
38
  },
@@ -60,7 +60,7 @@
60
60
  "react": "-"
61
61
  },
62
62
  "peerDependencies": {
63
- "@teambit/legacy": "1.0.240",
63
+ "@teambit/legacy": "1.0.241",
64
64
  "react-dom": "^16.8.0 || ^17.0.0",
65
65
  "react": "^16.8.0 || ^17.0.0"
66
66
  }
@@ -0,0 +1,2 @@
1
+ export const compositions = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.defender_mocha@0.0.29/dist/mocha.composition.js')]
2
+ export const overview = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.defender_mocha@0.0.29/dist/mocha.docs.mdx')]
@@ -1 +0,0 @@
1
-