@verii/components-organizations-registrar 1.0.0-pre.1754433160 → 1.0.0-pre.1754473009
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/jest.config.cjs +4 -1
- package/package.json +3 -3
package/jest.config.cjs
CHANGED
|
@@ -9,7 +9,10 @@ module.exports = {
|
|
|
9
9
|
roots: ['src'],
|
|
10
10
|
testEnvironment: 'jsdom',
|
|
11
11
|
transform: { '^.+\\.[jt]sx?$': '@swc/jest' },
|
|
12
|
-
transformIgnorePatterns: [
|
|
12
|
+
transformIgnorePatterns: [
|
|
13
|
+
'/node_modules/(?!decode-uri-component|react-hotkeys-hook)',
|
|
14
|
+
'\\.(css|scss|sass)$',
|
|
15
|
+
],
|
|
13
16
|
|
|
14
17
|
// Recognized file extensions for modules
|
|
15
18
|
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@verii/components-organizations-registrar",
|
|
3
|
-
"version": "1.0.0-pre.
|
|
3
|
+
"version": "1.0.0-pre.1754473009",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"publishConfig": {
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"build": "vite build",
|
|
71
71
|
"build:watch": "vite build --watch",
|
|
72
72
|
"prepublish": "vite build",
|
|
73
|
-
"test": "jest --coverage",
|
|
73
|
+
"test": "NODE_OPTOINS=--experimental-vm-modules jest --config ./jest.config.cjs --runInBand --coverage",
|
|
74
74
|
"lint": "NODE_OPTIONS=--experimental-specifier-resolution=node eslint src",
|
|
75
75
|
"lint:fix": "NODE_OPTIONS=--experimental-specifier-resolution=node eslint src --fix"
|
|
76
76
|
},
|
|
@@ -127,5 +127,5 @@
|
|
|
127
127
|
"lib"
|
|
128
128
|
]
|
|
129
129
|
},
|
|
130
|
-
"gitHead": "
|
|
130
|
+
"gitHead": "3bcb49930cb7b2b22c8557836ddc4e69683d9336"
|
|
131
131
|
}
|