@ttoss/config 1.33.0 → 1.34.0

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/dist/esm/index.js CHANGED
@@ -92,6 +92,9 @@ var defaultConfig3 = {
92
92
  advanceTimers: true,
93
93
  enableGlobally: true
94
94
  },
95
+ /**
96
+ * https://stackoverflow.com/a/64390115/8786986
97
+ */
95
98
  moduleDirectories: ["node_modules", "<rootDir>/../.."],
96
99
  moduleNameMapper: {
97
100
  /**
package/dist/index.js CHANGED
@@ -136,6 +136,9 @@ var defaultConfig3 = {
136
136
  advanceTimers: true,
137
137
  enableGlobally: true
138
138
  },
139
+ /**
140
+ * https://stackoverflow.com/a/64390115/8786986
141
+ */
139
142
  moduleDirectories: ["node_modules", "<rootDir>/../.."],
140
143
  moduleNameMapper: {
141
144
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/config",
3
- "version": "1.33.0",
3
+ "version": "1.34.0",
4
4
  "description": "Default configuration for packages.",
5
5
  "author": "ttoss",
6
6
  "contributors": [
package/src/jest.ts CHANGED
@@ -18,6 +18,9 @@ export const defaultConfig: Config = {
18
18
  advanceTimers: true,
19
19
  enableGlobally: true,
20
20
  },
21
+ /**
22
+ * https://stackoverflow.com/a/64390115/8786986
23
+ */
21
24
  moduleDirectories: ['node_modules', '<rootDir>/../..'],
22
25
  moduleNameMapper: {
23
26
  /**