@zohodesk/testinglibrary 0.1.0-exp.5 → 0.1.0-exp.6

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.
package/Changelog.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## Framework that abstracts the configuration for playwright and Jest
4
4
 
5
+ # 0.1.0-exp.6
6
+
7
+ - Removed testing library exports
8
+
5
9
  # 0.1.0-exp.5
6
10
 
7
11
  - playwright bersion change conflict
package/build/index.js CHANGED
@@ -16,18 +16,6 @@ Object.defineProperty(exports, "expect", {
16
16
  return _index.expect;
17
17
  }
18
18
  });
19
- Object.defineProperty(exports, "fireEvent", {
20
- enumerable: true,
21
- get: function () {
22
- return _react.fireEvent;
23
- }
24
- });
25
- Object.defineProperty(exports, "render", {
26
- enumerable: true,
27
- get: function () {
28
- return _react.render;
29
- }
30
- });
31
19
  Object.defineProperty(exports, "test", {
32
20
  enumerable: true,
33
21
  get: function () {
@@ -35,7 +23,6 @@ Object.defineProperty(exports, "test", {
35
23
  }
36
24
  });
37
25
  var _index = require("./core/playwright/index");
38
- var _react = require("@testing-library/react");
39
26
  // const { expect, test, createBdd } = require('./core/playwright/index');
40
27
  // const { fireEvent, render } = require('@testing-library/react');
41
28
 
@@ -47,6 +34,8 @@ var _react = require("@testing-library/react");
47
34
  // createBdd
48
35
  // }
49
36
 
37
+ // import { fireEvent, render } from '@testing-library/react';
38
+
50
39
  const {
51
40
  Given,
52
41
  Then,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/testinglibrary",
3
- "version": "0.1.0-exp.5",
3
+ "version": "0.1.0-exp.6",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "scripts": {