@verii/components-organizations-registrar 1.0.0-pre.1754433160 → 1.0.0-pre.1754473517
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 +5 -5
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.1754473517",
|
|
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
|
},
|
|
@@ -100,8 +100,8 @@
|
|
|
100
100
|
"@swc/jest": "0.2.39",
|
|
101
101
|
"@testing-library/jest-dom": "6.6.4",
|
|
102
102
|
"@testing-library/react": "16.3.0",
|
|
103
|
-
"@types/react": "19.1.
|
|
104
|
-
"@types/react-dom": "19.1.
|
|
103
|
+
"@types/react": "19.1.9",
|
|
104
|
+
"@types/react-dom": "19.1.7",
|
|
105
105
|
"@vitejs/plugin-react-swc": "3.11.0",
|
|
106
106
|
"eslint": "8.57.1",
|
|
107
107
|
"eslint-config-airbnb-base": "14.2.1",
|
|
@@ -127,5 +127,5 @@
|
|
|
127
127
|
"lib"
|
|
128
128
|
]
|
|
129
129
|
},
|
|
130
|
-
"gitHead": "
|
|
130
|
+
"gitHead": "ecec1f6c5d132530a1b28ec715bb627472e504c8"
|
|
131
131
|
}
|