Compare commits
No commits in common. "development" and "main" have entirely different histories.
developmen
...
main
32
.eslintrc
32
.eslintrc
@ -1,7 +1,33 @@
|
||||
{
|
||||
"extends": "ksv741",
|
||||
"reportUnusedDisableDirectives": true,
|
||||
"env": {
|
||||
"jest": true
|
||||
},
|
||||
"rules": {
|
||||
"import/extensions": [
|
||||
"error", "ignorePackages", {
|
||||
"mjs": "never",
|
||||
"cjs": "never",
|
||||
"js": "never",
|
||||
"jsx": "never"
|
||||
}]
|
||||
},
|
||||
"settings": {
|
||||
"import/resolver": "webpack"
|
||||
}
|
||||
"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"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -12,7 +12,7 @@ cache:
|
||||
install-dependencies:
|
||||
stage: preparing
|
||||
script:
|
||||
- yarn install
|
||||
- yarn install --offline
|
||||
|
||||
lint:
|
||||
stage: checking
|
||||
@ -26,7 +26,7 @@ lint:
|
||||
test:
|
||||
stage: checking
|
||||
script:
|
||||
- yarn run test:start
|
||||
- yarn run test
|
||||
only:
|
||||
- merge_requests
|
||||
|
||||
|
||||
Binary file not shown.
893
.yarn/releases/yarn-4.1.1.cjs
vendored
893
.yarn/releases/yarn-4.1.1.cjs
vendored
File diff suppressed because one or more lines are too long
@ -1,7 +0,0 @@
|
||||
cacheFolder: ./offline_node_modules
|
||||
|
||||
enableGlobalCache: false
|
||||
|
||||
nodeLinker: node-modules
|
||||
|
||||
yarnPath: .yarn/releases/yarn-4.1.1.cjs
|
||||
@ -1 +0,0 @@
|
||||
module.exports = 'test-file-stub';
|
||||
14
configs/jest/jest-eslint.config.js
Normal file
14
configs/jest/jest-eslint.config.js
Normal file
@ -0,0 +1,14 @@
|
||||
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',
|
||||
],
|
||||
};
|
||||
12
configs/jest/jest.config.js
Normal file
12
configs/jest/jest.config.js
Normal file
@ -0,0 +1,12 @@
|
||||
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,10 +6,4 @@ 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
Normal file
BIN
offline_node_modules/@aashutoshrathi-word-wrap-1.2.6.tgz
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@adobe-css-tools-4.3.3.tgz
generated
Normal file
BIN
offline_node_modules/@adobe-css-tools-4.3.3.tgz
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@ampproject-remapping-2.3.0.tgz
generated
Normal file
BIN
offline_node_modules/@ampproject-remapping-2.3.0.tgz
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-code-frame-7.24.2.tgz
generated
Normal file
BIN
offline_node_modules/@babel-code-frame-7.24.2.tgz
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-compat-data-7.24.1.tgz
generated
Normal file
BIN
offline_node_modules/@babel-compat-data-7.24.1.tgz
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-core-7.24.0.tgz
generated
Normal file
BIN
offline_node_modules/@babel-core-7.24.0.tgz
generated
Normal file
Binary file not shown.
BIN
offline_node_modules/@babel-core-7.24.3.tgz
generated
Normal file
BIN
offline_node_modules/@babel-core-7.24.3.tgz
generated
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-generator-7.24.1.tgz
generated
Normal file
BIN
offline_node_modules/@babel-generator-7.24.1.tgz
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-helper-annotate-as-pure-7.22.5.tgz
generated
Normal file
BIN
offline_node_modules/@babel-helper-annotate-as-pure-7.22.5.tgz
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-helper-builder-binary-assignment-operator-visitor-7.22.15.tgz
generated
Normal file
BIN
offline_node_modules/@babel-helper-builder-binary-assignment-operator-visitor-7.22.15.tgz
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-helper-compilation-targets-7.23.6.tgz
generated
Normal file
BIN
offline_node_modules/@babel-helper-compilation-targets-7.23.6.tgz
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-helper-create-class-features-plugin-7.24.1.tgz
generated
Normal file
BIN
offline_node_modules/@babel-helper-create-class-features-plugin-7.24.1.tgz
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-helper-create-regexp-features-plugin-7.22.15.tgz
generated
Normal file
BIN
offline_node_modules/@babel-helper-create-regexp-features-plugin-7.22.15.tgz
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-helper-define-polyfill-provider-0.5.0.tgz
generated
Normal file
BIN
offline_node_modules/@babel-helper-define-polyfill-provider-0.5.0.tgz
generated
Normal file
Binary file not shown.
BIN
offline_node_modules/@babel-helper-define-polyfill-provider-0.6.1.tgz
generated
Normal file
BIN
offline_node_modules/@babel-helper-define-polyfill-provider-0.6.1.tgz
generated
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-helper-environment-visitor-7.22.20.tgz
generated
Normal file
BIN
offline_node_modules/@babel-helper-environment-visitor-7.22.20.tgz
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-helper-function-name-7.23.0.tgz
generated
Normal file
BIN
offline_node_modules/@babel-helper-function-name-7.23.0.tgz
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-helper-hoist-variables-7.22.5.tgz
generated
Normal file
BIN
offline_node_modules/@babel-helper-hoist-variables-7.22.5.tgz
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-helper-member-expression-to-functions-7.23.0.tgz
generated
Normal file
BIN
offline_node_modules/@babel-helper-member-expression-to-functions-7.23.0.tgz
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-helper-module-imports-7.24.3.tgz
generated
Normal file
BIN
offline_node_modules/@babel-helper-module-imports-7.24.3.tgz
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-helper-module-transforms-7.23.3.tgz
generated
Normal file
BIN
offline_node_modules/@babel-helper-module-transforms-7.23.3.tgz
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-helper-optimise-call-expression-7.22.5.tgz
generated
Normal file
BIN
offline_node_modules/@babel-helper-optimise-call-expression-7.22.5.tgz
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-helper-plugin-utils-7.24.0.tgz
generated
Normal file
BIN
offline_node_modules/@babel-helper-plugin-utils-7.24.0.tgz
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-helper-remap-async-to-generator-7.22.20.tgz
generated
Normal file
BIN
offline_node_modules/@babel-helper-remap-async-to-generator-7.22.20.tgz
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-helper-replace-supers-7.24.1.tgz
generated
Normal file
BIN
offline_node_modules/@babel-helper-replace-supers-7.24.1.tgz
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-helper-simple-access-7.22.5.tgz
generated
Normal file
BIN
offline_node_modules/@babel-helper-simple-access-7.22.5.tgz
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-helper-skip-transparent-expression-wrappers-7.22.5.tgz
generated
Normal file
BIN
offline_node_modules/@babel-helper-skip-transparent-expression-wrappers-7.22.5.tgz
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-helper-split-export-declaration-7.22.6.tgz
generated
Normal file
BIN
offline_node_modules/@babel-helper-split-export-declaration-7.22.6.tgz
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-helper-string-parser-7.24.1.tgz
generated
Normal file
BIN
offline_node_modules/@babel-helper-string-parser-7.24.1.tgz
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-helper-validator-identifier-7.22.20.tgz
generated
Normal file
BIN
offline_node_modules/@babel-helper-validator-identifier-7.22.20.tgz
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-helper-validator-option-7.23.5.tgz
generated
Normal file
BIN
offline_node_modules/@babel-helper-validator-option-7.23.5.tgz
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-helper-wrap-function-7.22.20.tgz
generated
Normal file
BIN
offline_node_modules/@babel-helper-wrap-function-7.22.20.tgz
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-helpers-7.24.1.tgz
generated
Normal file
BIN
offline_node_modules/@babel-helpers-7.24.1.tgz
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-highlight-7.24.2.tgz
generated
Normal file
BIN
offline_node_modules/@babel-highlight-7.24.2.tgz
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-parser-7.24.1.tgz
generated
Normal file
BIN
offline_node_modules/@babel-parser-7.24.1.tgz
generated
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.24.1.tgz
generated
Normal file
BIN
offline_node_modules/@babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.24.1.tgz
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-plugin-bugfix-v8-static-class-fields-redefine-readonly-7.24.1.tgz
generated
Normal file
BIN
offline_node_modules/@babel-plugin-bugfix-v8-static-class-fields-redefine-readonly-7.24.1.tgz
generated
Normal file
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-7.8.4.tgz
generated
Normal file
BIN
offline_node_modules/@babel-plugin-syntax-async-generators-7.8.4.tgz
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-plugin-syntax-bigint-7.8.3.tgz
generated
Normal file
BIN
offline_node_modules/@babel-plugin-syntax-bigint-7.8.3.tgz
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-plugin-syntax-class-properties-7.12.13.tgz
generated
Normal file
BIN
offline_node_modules/@babel-plugin-syntax-class-properties-7.12.13.tgz
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-plugin-syntax-class-static-block-7.14.5.tgz
generated
Normal file
BIN
offline_node_modules/@babel-plugin-syntax-class-static-block-7.14.5.tgz
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-plugin-syntax-dynamic-import-7.8.3.tgz
generated
Normal file
BIN
offline_node_modules/@babel-plugin-syntax-dynamic-import-7.8.3.tgz
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
offline_node_modules/@babel-plugin-syntax-export-namespace-from-7.8.3.tgz
generated
Normal file
BIN
offline_node_modules/@babel-plugin-syntax-export-namespace-from-7.8.3.tgz
generated
Normal file
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