Compare commits
4 Commits
main
...
developmen
| Author | SHA1 | Date | |
|---|---|---|---|
| eaa55150d6 | |||
| 3d41f6ac1a | |||
| c16de9373b | |||
| 07d1793d3d |
32
.eslintrc
32
.eslintrc
@ -1,33 +1,7 @@
|
||||
{
|
||||
"extends": "ksv741",
|
||||
"env": {
|
||||
"jest": true
|
||||
},
|
||||
"rules": {
|
||||
"import/extensions": [
|
||||
"error", "ignorePackages", {
|
||||
"mjs": "never",
|
||||
"cjs": "never",
|
||||
"js": "never",
|
||||
"jsx": "never"
|
||||
}]
|
||||
},
|
||||
"reportUnusedDisableDirectives": true,
|
||||
"settings": {
|
||||
"import/resolver": {
|
||||
"node": {
|
||||
"extensions": [
|
||||
".mjs", ".cjs", ".js", ".json", ".jsx"
|
||||
]
|
||||
}
|
||||
},
|
||||
"import/extensions": [
|
||||
".mjs", ".cjs", ".js", ".json", ".jsx"
|
||||
]
|
||||
},
|
||||
"overrides": [
|
||||
{
|
||||
"files": ["**/__tests__/**/*.[jt]s?(x)", "**/?(*.)+(spec|test).[jt]s?(x)"],
|
||||
"extends": ["./configs/jest/jest-eslint.config.js"]
|
||||
}
|
||||
]
|
||||
"import/resolver": "webpack"
|
||||
}
|
||||
}
|
||||
|
||||
@ -12,7 +12,7 @@ cache:
|
||||
install-dependencies:
|
||||
stage: preparing
|
||||
script:
|
||||
- yarn install --offline
|
||||
- yarn install
|
||||
|
||||
lint:
|
||||
stage: checking
|
||||
@ -26,7 +26,7 @@ lint:
|
||||
test:
|
||||
stage: checking
|
||||
script:
|
||||
- yarn run test
|
||||
- yarn run test:start
|
||||
only:
|
||||
- merge_requests
|
||||
|
||||
|
||||
BIN
.yarn/install-state.gz
Normal file
BIN
.yarn/install-state.gz
Normal file
Binary file not shown.
893
.yarn/releases/yarn-4.1.1.cjs
vendored
Executable file
893
.yarn/releases/yarn-4.1.1.cjs
vendored
Executable file
File diff suppressed because one or more lines are too long
7
.yarnrc.yml
Normal file
7
.yarnrc.yml
Normal file
@ -0,0 +1,7 @@
|
||||
cacheFolder: ./offline_node_modules
|
||||
|
||||
enableGlobalCache: false
|
||||
|
||||
nodeLinker: node-modules
|
||||
|
||||
yarnPath: .yarn/releases/yarn-4.1.1.cjs
|
||||
1
configs/jest/__mocks__/fileMock.js
Normal file
1
configs/jest/__mocks__/fileMock.js
Normal file
@ -0,0 +1 @@
|
||||
module.exports = 'test-file-stub';
|
||||
@ -1,14 +0,0 @@
|
||||
module.exports = {
|
||||
plugins: [
|
||||
'jest',
|
||||
'jest-dom',
|
||||
'jest-formatting',
|
||||
'testing-library',
|
||||
],
|
||||
extends: [
|
||||
'plugin:jest/recommended',
|
||||
'plugin:jest-dom/recommended',
|
||||
'plugin:jest-formatting/recommended',
|
||||
'plugin:testing-library/react',
|
||||
],
|
||||
};
|
||||
@ -1,12 +0,0 @@
|
||||
const path = require('path');
|
||||
|
||||
module.exports = {
|
||||
testEnvironment: 'jsdom',
|
||||
rootDir: '../../',
|
||||
transform: {
|
||||
'\\.jsx?$': ['babel-jest', {
|
||||
configFile: path.resolve(__dirname, 'babel-jest.config.js'),
|
||||
}],
|
||||
},
|
||||
setupFilesAfterEnv: [path.resolve(__dirname, 'setupTests.js')],
|
||||
};
|
||||
@ -6,4 +6,10 @@ module.exports = {
|
||||
}],
|
||||
},
|
||||
setupFilesAfterEnv: ['./configs/jest/setupTests.js'],
|
||||
modulePaths: ['src'],
|
||||
moduleNameMapper: {
|
||||
'\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$':
|
||||
'./configs/jest/__mocks__/fileMock.js',
|
||||
'\\.(css|less|scss)$': 'identity-obj-proxy',
|
||||
},
|
||||
};
|
||||
|
||||
BIN
offline_node_modules/@aashutoshrathi-word-wrap-1.2.6.tgz
generated
BIN
offline_node_modules/@aashutoshrathi-word-wrap-1.2.6.tgz
generated
Binary file not shown.
BIN
offline_node_modules/@aashutoshrathi-word-wrap-npm-1.2.6-5b1d95e487-53c2b231a6.zip
generated
Normal file
BIN
offline_node_modules/@aashutoshrathi-word-wrap-npm-1.2.6-5b1d95e487-53c2b231a6.zip
generated
Normal file
Binary file not shown.
BIN
offline_node_modules/@adobe-css-tools-4.3.3.tgz
generated
BIN
offline_node_modules/@adobe-css-tools-4.3.3.tgz
generated
Binary file not shown.
BIN
offline_node_modules/@adobe-css-tools-npm-4.3.3-72a4f624fb-e76e712df7.zip
generated
Normal file
BIN
offline_node_modules/@adobe-css-tools-npm-4.3.3-72a4f624fb-e76e712df7.zip
generated
Normal file
Binary file not shown.
BIN
offline_node_modules/@ampproject-remapping-2.3.0.tgz
generated
BIN
offline_node_modules/@ampproject-remapping-2.3.0.tgz
generated
Binary file not shown.
BIN
offline_node_modules/@ampproject-remapping-npm-2.3.0-559c14eee4-81d63cca54.zip
generated
Normal file
BIN
offline_node_modules/@ampproject-remapping-npm-2.3.0-559c14eee4-81d63cca54.zip
generated
Normal file
Binary file not shown.
BIN
offline_node_modules/@babel-code-frame-7.24.2.tgz
generated
BIN
offline_node_modules/@babel-code-frame-7.24.2.tgz
generated
Binary file not shown.
BIN
offline_node_modules/@babel-code-frame-npm-7.24.2-e104352cc7-d1d4cba894.zip
generated
Normal file
BIN
offline_node_modules/@babel-code-frame-npm-7.24.2-e104352cc7-d1d4cba894.zip
generated
Normal file
Binary file not shown.
BIN
offline_node_modules/@babel-compat-data-7.24.1.tgz
generated
BIN
offline_node_modules/@babel-compat-data-7.24.1.tgz
generated
Binary file not shown.
BIN
offline_node_modules/@babel-compat-data-npm-7.24.1-54f5f24a94-8a19354503.zip
generated
Normal file
BIN
offline_node_modules/@babel-compat-data-npm-7.24.1-54f5f24a94-8a19354503.zip
generated
Normal file
Binary file not shown.
BIN
offline_node_modules/@babel-core-7.24.0.tgz
generated
BIN
offline_node_modules/@babel-core-7.24.0.tgz
generated
Binary file not shown.
BIN
offline_node_modules/@babel-core-7.24.3.tgz
generated
BIN
offline_node_modules/@babel-core-7.24.3.tgz
generated
Binary file not shown.
BIN
offline_node_modules/@babel-core-npm-7.24.0-b1f835a8d5-bb37cbf0bd.zip
generated
Normal file
BIN
offline_node_modules/@babel-core-npm-7.24.0-b1f835a8d5-bb37cbf0bd.zip
generated
Normal file
Binary file not shown.
BIN
offline_node_modules/@babel-core-npm-7.24.3-1ba98ae816-e6e756b6de.zip
generated
Normal file
BIN
offline_node_modules/@babel-core-npm-7.24.3-1ba98ae816-e6e756b6de.zip
generated
Normal file
Binary file not shown.
BIN
offline_node_modules/@babel-generator-7.24.1.tgz
generated
BIN
offline_node_modules/@babel-generator-7.24.1.tgz
generated
Binary file not shown.
BIN
offline_node_modules/@babel-generator-npm-7.24.1-649d75bd2a-f0eea74976.zip
generated
Normal file
BIN
offline_node_modules/@babel-generator-npm-7.24.1-649d75bd2a-f0eea74976.zip
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-helper-annotate-as-pure-npm-7.22.5-f38dc8aa1c-5a80dc364d.zip
generated
Normal file
BIN
offline_node_modules/@babel-helper-annotate-as-pure-npm-7.22.5-f38dc8aa1c-5a80dc364d.zip
generated
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-helper-compilation-targets-npm-7.23.6-aa6f07f088-ba38506d11.zip
generated
Normal file
BIN
offline_node_modules/@babel-helper-compilation-targets-npm-7.23.6-aa6f07f088-ba38506d11.zip
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-helper-create-class-features-plugin-npm-7.24.1-b9c767bf0d-4537289063.zip
generated
Normal file
BIN
offline_node_modules/@babel-helper-create-class-features-plugin-npm-7.24.1-b9c767bf0d-4537289063.zip
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-helper-create-regexp-features-plugin-npm-7.22.15-5f0e03b865-8eba4c1b7b.zip
generated
Normal file
BIN
offline_node_modules/@babel-helper-create-regexp-features-plugin-npm-7.22.15-5f0e03b865-8eba4c1b7b.zip
generated
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-helper-define-polyfill-provider-npm-0.5.0-f9749c8844-2b053b96a0.zip
generated
Normal file
BIN
offline_node_modules/@babel-helper-define-polyfill-provider-npm-0.5.0-f9749c8844-2b053b96a0.zip
generated
Normal file
Binary file not shown.
BIN
offline_node_modules/@babel-helper-define-polyfill-provider-npm-0.6.1-e972336ec3-210e1c8ac1.zip
generated
Normal file
BIN
offline_node_modules/@babel-helper-define-polyfill-provider-npm-0.6.1-e972336ec3-210e1c8ac1.zip
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-helper-environment-visitor-npm-7.22.20-260909e014-e762c2d8f5.zip
generated
Normal file
BIN
offline_node_modules/@babel-helper-environment-visitor-npm-7.22.20-260909e014-e762c2d8f5.zip
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-helper-function-name-npm-7.23.0-ce38271242-d771dd1f32.zip
generated
Normal file
BIN
offline_node_modules/@babel-helper-function-name-npm-7.23.0-ce38271242-d771dd1f32.zip
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-helper-hoist-variables-npm-7.22.5-6db3192347-60a3077f75.zip
generated
Normal file
BIN
offline_node_modules/@babel-helper-hoist-variables-npm-7.22.5-6db3192347-60a3077f75.zip
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-helper-member-expression-to-functions-npm-7.23.0-4eb0647557-b810daddf0.zip
generated
Normal file
BIN
offline_node_modules/@babel-helper-member-expression-to-functions-npm-7.23.0-4eb0647557-b810daddf0.zip
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-helper-module-imports-npm-7.24.3-edb733448b-052c188adc.zip
generated
Normal file
BIN
offline_node_modules/@babel-helper-module-imports-npm-7.24.3-edb733448b-052c188adc.zip
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-helper-module-transforms-npm-7.23.3-69078a931c-211e1399d0.zip
generated
Normal file
BIN
offline_node_modules/@babel-helper-module-transforms-npm-7.23.3-69078a931c-211e1399d0.zip
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-helper-optimise-call-expression-npm-7.22.5-846964ef82-31b41a764f.zip
generated
Normal file
BIN
offline_node_modules/@babel-helper-optimise-call-expression-npm-7.22.5-846964ef82-31b41a764f.zip
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-helper-plugin-utils-npm-7.24.0-24ea3c3608-90f41bd1b4.zip
generated
Normal file
BIN
offline_node_modules/@babel-helper-plugin-utils-npm-7.24.0-24ea3c3608-90f41bd1b4.zip
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-helper-remap-async-to-generator-npm-7.22.20-86fe82a5c7-aa93aa7425.zip
generated
Normal file
BIN
offline_node_modules/@babel-helper-remap-async-to-generator-npm-7.22.20-86fe82a5c7-aa93aa7425.zip
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-helper-replace-supers-npm-7.24.1-0f96b0a406-d39a3df789.zip
generated
Normal file
BIN
offline_node_modules/@babel-helper-replace-supers-npm-7.24.1-0f96b0a406-d39a3df789.zip
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-helper-simple-access-npm-7.22.5-0a3f578780-f0cf81a30b.zip
generated
Normal file
BIN
offline_node_modules/@babel-helper-simple-access-npm-7.22.5-0a3f578780-f0cf81a30b.zip
generated
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-helper-split-export-declaration-npm-7.22.6-e723505aef-d83e4b623e.zip
generated
Normal file
BIN
offline_node_modules/@babel-helper-split-export-declaration-npm-7.22.6-e723505aef-d83e4b623e.zip
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-helper-string-parser-npm-7.24.1-0a40ece7f8-2f9bfcf8d2.zip
generated
Normal file
BIN
offline_node_modules/@babel-helper-string-parser-npm-7.24.1-0a40ece7f8-2f9bfcf8d2.zip
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-helper-validator-identifier-npm-7.22.20-18305bb306-dcad63db34.zip
generated
Normal file
BIN
offline_node_modules/@babel-helper-validator-identifier-npm-7.22.20-18305bb306-dcad63db34.zip
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-helper-validator-option-npm-7.23.5-d83bbfe738-af45d5c0de.zip
generated
Normal file
BIN
offline_node_modules/@babel-helper-validator-option-npm-7.23.5-d83bbfe738-af45d5c0de.zip
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-helper-wrap-function-npm-7.22.20-c8e9214527-97b5f42ff4.zip
generated
Normal file
BIN
offline_node_modules/@babel-helper-wrap-function-npm-7.22.20-c8e9214527-97b5f42ff4.zip
generated
Normal file
Binary file not shown.
BIN
offline_node_modules/@babel-helpers-7.24.1.tgz
generated
BIN
offline_node_modules/@babel-helpers-7.24.1.tgz
generated
Binary file not shown.
BIN
offline_node_modules/@babel-helpers-npm-7.24.1-665db13190-b3445860ae.zip
generated
Normal file
BIN
offline_node_modules/@babel-helpers-npm-7.24.1-665db13190-b3445860ae.zip
generated
Normal file
Binary file not shown.
BIN
offline_node_modules/@babel-highlight-7.24.2.tgz
generated
BIN
offline_node_modules/@babel-highlight-7.24.2.tgz
generated
Binary file not shown.
BIN
offline_node_modules/@babel-highlight-npm-7.24.2-d2e9453f0c-98ce00321d.zip
generated
Normal file
BIN
offline_node_modules/@babel-highlight-npm-7.24.2-d2e9453f0c-98ce00321d.zip
generated
Normal file
Binary file not shown.
BIN
offline_node_modules/@babel-parser-7.24.1.tgz
generated
BIN
offline_node_modules/@babel-parser-7.24.1.tgz
generated
Binary file not shown.
BIN
offline_node_modules/@babel-parser-npm-7.24.1-8b30631d26-d2a8b99aa5.zip
generated
Normal file
BIN
offline_node_modules/@babel-parser-npm-7.24.1-8b30631d26-d2a8b99aa5.zip
generated
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-plugin-syntax-async-generators-npm-7.8.4-d10cf993c9-d13efb2828.zip
generated
Normal file
BIN
offline_node_modules/@babel-plugin-syntax-async-generators-npm-7.8.4-d10cf993c9-d13efb2828.zip
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-plugin-syntax-bigint-npm-7.8.3-b05d971e6c-686891b81a.zip
generated
Normal file
BIN
offline_node_modules/@babel-plugin-syntax-bigint-npm-7.8.3-b05d971e6c-686891b81a.zip
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-plugin-syntax-class-properties-npm-7.12.13-002ee9d930-95168fa186.zip
generated
Normal file
BIN
offline_node_modules/@babel-plugin-syntax-class-properties-npm-7.12.13-002ee9d930-95168fa186.zip
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-plugin-syntax-class-static-block-npm-7.14.5-7bdd0ff1b3-4464bf9115.zip
generated
Normal file
BIN
offline_node_modules/@babel-plugin-syntax-class-static-block-npm-7.14.5-7bdd0ff1b3-4464bf9115.zip
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-plugin-syntax-dynamic-import-npm-7.8.3-fb9ff5634a-9c50927bf7.zip
generated
Normal file
BIN
offline_node_modules/@babel-plugin-syntax-dynamic-import-npm-7.8.3-fb9ff5634a-9c50927bf7.zip
generated
Normal file
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user