-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix JS tests and add them to GA (#217)
* wip * remove plugin transform * change package type to module * remove test transforms - test files have correct format now. * test files compile; but errors in the source files * [tests] add jsom test-environments to make tests work * [tests] skipp substratee tests * [tests] skip cantillon tests as they are unsupported, but they compile know * [tests] fix all tests except for createProofOfAttendance * [README] add note on how to run the tests from the IDE. * remove babel-jest dependency. * make build work; successfully launch api in the app. * remove obsolete bs58 dependency * [encointer.test] fix last test * [encointer.test] fix incorrect handling of cid: use cid_hex instead of cid_bs58 * [tests] extract testSetup function * cleanup * [GA] add js_ci * fix gesell connection * [tests] most gesell tests pass * [account] fix global settings access * [tests] gesell: updated estimated tx-fee * [test] fix all gesell tests. * [consts] remove obsolete pallet overrides * [tests] run gesell e2e tests seperatly * remove @polkadot/dev dep. It is no longer used. * [tests] also add separate tests to run Cantillon e2e tests * minor cleanup * cleanup * Revert "[consts] remove obsolete pallet overrides" This reverts commit f7817cb
- Loading branch information
Showing
297 changed files
with
372 additions
and
3,138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
name: JS-CI | ||
|
||
on: | ||
push: | ||
branches: [ master ] | ||
pull_request: | ||
branches: [ master ] | ||
|
||
jobs: | ||
integration-tests: | ||
runs-on: ubuntu-latest | ||
timeout-minutes: 30 | ||
steps: | ||
# Setup Environment | ||
- uses: actions/checkout@v2 | ||
|
||
- uses: monorepo-actions/config-for-actions@main | ||
id: config | ||
with: | ||
config_files: ./.github/action-config.json | ||
|
||
# JS Stuff | ||
- uses: actions/setup-node@v2 | ||
with: | ||
node-version: ${{ steps.config.outputs.node-version }} | ||
|
||
- name: Download encointer-node | ||
uses: dawidd6/action-download-artifact@v2 | ||
with: | ||
github_token: ${{secrets.GITHUB_TOKEN}} | ||
workflow: build-and-test.yml | ||
name: executables | ||
# in fact this action should download the latest artifact, but sometimes fails. Then we need to | ||
# set the `run_id` to force a download of an updated binary. | ||
run_id: 1282695776 | ||
path: node | ||
repo: encointer/encointer-node | ||
|
||
- name: Run encointer-node | ||
run: | | ||
ls -alt node | ||
chmod +x node/encointer-node-notee | ||
./node/encointer-node-notee --tmp --dev --enable-offchain-indexing true --rpc-methods unsafe & | ||
- name: Test JS | ||
# We don't really have unit tests in the JS part. Most tests need a local node running. | ||
run: | | ||
cd lib/js_service_encointer | ||
yarn install | ||
yarn test | ||
e2e-tests: | ||
runs-on: ubuntu-latest | ||
timeout-minutes: 30 | ||
strategy: | ||
matrix: | ||
network: [gesell] # Todo: add cantillon once we support it again. | ||
steps: | ||
# Setup Environment | ||
- uses: actions/checkout@v2 | ||
|
||
- uses: monorepo-actions/config-for-actions@main | ||
id: config | ||
with: | ||
config_files: ./.github/action-config.json | ||
|
||
# JS Stuff | ||
- uses: actions/setup-node@v2 | ||
with: | ||
node-version: ${{ steps.config.outputs.node-version }} | ||
|
||
- name: Run e2e tests against ${{ matrix.network }} | ||
run: | | ||
cd lib/js_service_encointer | ||
yarn install | ||
yarn test:${{ matrix.network }} |
Binary file removed
BIN
-12.8 KB
lib/js_service_encointer/.yarn/cache/@babel-cli-npm-7.15.7-145f3e6ed2-128c8251c1.zip
Binary file not shown.
Binary file removed
BIN
-2.65 KB
...rvice_encointer/.yarn/cache/@babel-plugin-syntax-jsx-npm-7.14.5-14192e29dd-3a2ba87534.zip
Binary file not shown.
Binary file removed
BIN
-3.57 KB
...arn/cache/@babel-plugin-transform-react-display-name-npm-7.15.1-c2e6a9c450-c3808762f5.zip
Binary file not shown.
Binary file removed
BIN
-2.42 KB
.../cache/@babel-plugin-transform-react-jsx-development-npm-7.14.5-ec55736608-b49d6e703a.zip
Binary file not shown.
Binary file removed
BIN
-8.06 KB
...ointer/.yarn/cache/@babel-plugin-transform-react-jsx-npm-7.14.9-58bb40c990-833426a5d3.zip
Binary file not shown.
Binary file removed
BIN
-2.88 KB
...cache/@babel-plugin-transform-react-pure-annotations-npm-7.14.5-0f88cc95c7-3b62cc6af2.zip
Binary file not shown.
Binary file removed
BIN
-7.95 KB
...ncointer/.yarn/cache/@babel-plugin-transform-runtime-npm-7.15.8-d4b0efe74e-8f5da58160.zip
Binary file not shown.
Binary file removed
BIN
-5.49 KB
...js_service_encointer/.yarn/cache/@babel-preset-react-npm-7.14.5-0d65339ed0-413c507f85.zip
Binary file not shown.
Binary file removed
BIN
-170 KB
.../.yarn/cache/@nicolo-ribaudo-chokidar-2-npm-2.1.8-no-fsevents.3-79ca8bfcef-ee55cc9241.zip
Binary file not shown.
Binary file removed
BIN
-13.3 KB
lib/js_service_encointer/.yarn/cache/@octokit-auth-token-npm-2.5.0-a1c6ffb640-45949296c0.zip
Binary file not shown.
Binary file removed
BIN
-20.1 KB
lib/js_service_encointer/.yarn/cache/@octokit-core-npm-3.5.1-a933dedcf7-67179739fc.zip
Binary file not shown.
Binary file removed
BIN
-43.2 KB
lib/js_service_encointer/.yarn/cache/@octokit-endpoint-npm-6.0.12-d467db27fd-b48b29940a.zip
Binary file not shown.
Binary file removed
BIN
-19.2 KB
lib/js_service_encointer/.yarn/cache/@octokit-graphql-npm-4.8.0-83d118b4da-f68afe53f6.zip
Binary file not shown.
Binary file removed
BIN
-207 KB
...service_encointer/.yarn/cache/@octokit-openapi-types-npm-11.0.0-4061c43dd8-dcbdcedaea.zip
Binary file not shown.
Binary file removed
BIN
-39.4 KB
..._encointer/.yarn/cache/@octokit-plugin-paginate-rest-npm-2.16.8-7abfcd56e0-8af29e9717.zip
Binary file not shown.
Binary file removed
BIN
-7.97 KB
...ice_encointer/.yarn/cache/@octokit-plugin-request-log-npm-1.0.4-9ab5a2f888-2086db0005.zip
Binary file not shown.
Binary file removed
BIN
-141 KB
...er/.yarn/cache/@octokit-plugin-rest-endpoint-methods-npm-5.12.0-d6216d2b63-c077f52937.zip
Binary file not shown.
Binary file removed
BIN
-11.2 KB
..._service_encointer/.yarn/cache/@octokit-request-error-npm-2.1.0-51ac624306-baec2b5700.zip
Binary file not shown.
Binary file removed
BIN
-21.7 KB
lib/js_service_encointer/.yarn/cache/@octokit-request-npm-5.6.2-2a9866bd05-51ef3ad244.zip
Binary file not shown.
Binary file removed
BIN
-6.89 KB
lib/js_service_encointer/.yarn/cache/@octokit-rest-npm-18.12.0-f250ac8e5e-c18bd6676a.zip
Binary file not shown.
Binary file removed
BIN
-34.2 KB
lib/js_service_encointer/.yarn/cache/@octokit-types-npm-6.32.0-c09d7fb729-9e575a786e.zip
Binary file not shown.
Binary file removed
BIN
-50.5 KB
lib/js_service_encointer/.yarn/cache/@polkadot-dev-npm-0.62.70-43d051cd0a-ddd6506b0e.zip
Binary file not shown.
Binary file removed
BIN
-8.09 KB
...js_service_encointer/.yarn/cache/@rollup-plugin-alias-npm-3.1.5-fb6b41380d-cb443691ef.zip
Binary file not shown.
Binary file removed
BIN
-89.5 KB
...ervice_encointer/.yarn/cache/@rollup-plugin-commonjs-npm-21.0.0-51afa8c803-5402cd971b.zip
Binary file not shown.
Binary file removed
BIN
-9.38 KB
...s_service_encointer/.yarn/cache/@rollup-plugin-inject-npm-4.0.2-abf5f3b178-f3e35f76fb.zip
Binary file not shown.
Binary file removed
BIN
-8.74 KB
lib/js_service_encointer/.yarn/cache/@rollup-plugin-json-npm-4.1.0-c932de6f49-867bc9339b.zip
Binary file not shown.
Binary file removed
BIN
-27.4 KB
...ce_encointer/.yarn/cache/@rollup-plugin-node-resolve-npm-13.0.5-e73d4c4238-d7d5b55d36.zip
Binary file not shown.
Binary file removed
BIN
-17.3 KB
lib/js_service_encointer/.yarn/cache/@rollup-pluginutils-npm-3.1.0-b44b222e7d-8be16e2786.zip
Binary file not shown.
Binary file removed
BIN
-11.8 KB
...service_encointer/.yarn/cache/@rushstack-eslint-patch-npm-1.0.7-f17cfc5c2e-2b013723a2.zip
Binary file not shown.
Binary file removed
BIN
-12 KB
lib/js_service_encointer/.yarn/cache/@sindresorhus-is-npm-0.14.0-9f906ea34b-971e0441dd.zip
Binary file not shown.
Binary file removed
BIN
-3.73 KB
...s_service_encointer/.yarn/cache/@szmarczak-http-timer-npm-1.1.2-ea82ca2d55-4d9158061c.zip
Binary file not shown.
Binary file removed
BIN
-5.42 KB
lib/js_service_encointer/.yarn/cache/@types-estree-npm-0.0.39-f898500e96-412fb5b986.zip
Binary file not shown.
Binary file removed
BIN
-3.79 KB
lib/js_service_encointer/.yarn/cache/@types-resolve-npm-1.17.1-9a8396bef2-dc6a6df507.zip
Binary file not shown.
Binary file removed
BIN
-693 KB
...cointer/.yarn/cache/@typescript-eslint-eslint-plugin-npm-4.33.0-b5d1be4879-d74855d0a5.zip
Binary file not shown.
Binary file removed
BIN
-19.5 KB
...vice_encointer/.yarn/cache/@typescript-eslint-parser-npm-4.33.0-799c6ce8d5-102457eae1.zip
Binary file not shown.
Binary file removed
BIN
-34.5 KB
...e_encointer/.yarn/cache/@vue-component-compiler-utils-npm-3.2.2-83aaa792aa-ae2d08b4c1.zip
Binary file not shown.
Binary file removed
BIN
-4.12 KB
lib/js_service_encointer/.yarn/cache/ansi-align-npm-3.0.1-8e6288d20a-6abfa08f21.zip
Binary file not shown.
Binary file removed
BIN
-12.6 KB
lib/js_service_encointer/.yarn/cache/app-module-path-npm-2.2.0-71fdc42bce-b52aa49cfa.zip
Binary file not shown.
Binary file removed
BIN
-3.03 KB
lib/js_service_encointer/.yarn/cache/application-config-npm-2.0.0-c661bd7428-3a9f311f75.zip
Binary file not shown.
Binary file removed
BIN
-2.19 KB
...service_encointer/.yarn/cache/application-config-path-npm-0.1.0-cd0a8d0290-573f45766f.zip
Binary file not shown.
Binary file removed
BIN
-4.45 KB
lib/js_service_encointer/.yarn/cache/aproba-npm-2.0.0-8716bcfde6-5615cadcfb.zip
Binary file not shown.
Binary file removed
BIN
-10.5 KB
...service_encointer/.yarn/cache/array.prototype.flatmap-npm-1.2.5-abee10cdd5-a14119a28e.zip
Binary file not shown.
Binary file removed
BIN
-4.83 KB
lib/js_service_encointer/.yarn/cache/assert-plus-npm-1.0.0-cac95ef098-19b4340cb8.zip
Binary file not shown.
Binary file removed
BIN
-5.17 KB
lib/js_service_encointer/.yarn/cache/ast-module-types-npm-2.7.1-1833572dd9-6238647bcf.zip
Binary file not shown.
Binary file removed
BIN
-228 KB
lib/js_service_encointer/.yarn/cache/async-npm-3.2.1-0f8dd27e98-fcd6dc73d3.zip
Binary file not shown.
Binary file removed
BIN
-5.96 KB
lib/js_service_encointer/.yarn/cache/aws-sign2-npm-0.7.0-656c6cb84d-b148b0bb07.zip
Binary file not shown.
Binary file removed
BIN
-9.17 KB
lib/js_service_encointer/.yarn/cache/aws4-npm-1.11.0-283476ad94-5a00d045fd.zip
Binary file not shown.
Binary file removed
BIN
-56.6 KB
...arn/cache/babel-plugin-module-extension-resolver-npm-1.0.0-rc.2-59f092d7ce-a01f8e2abb.zip
Binary file not shown.
Binary file removed
BIN
-15.7 KB
...ce_encointer/.yarn/cache/babel-plugin-module-resolver-npm-4.1.0-0510da8f92-3907fba21c.zip
Binary file not shown.
Binary file removed
BIN
-18.1 KB
...encointer/.yarn/cache/babel-plugin-styled-components-npm-1.13.2-1a3e3909a5-c37e68b574.zip
Binary file not shown.
Binary file removed
BIN
-1.67 KB
...ervice_encointer/.yarn/cache/babel-plugin-syntax-jsx-npm-6.18.0-fcf0a98a71-0c7ce5b81d.zip
Binary file not shown.
Binary file removed
BIN
-12.8 KB
lib/js_service_encointer/.yarn/cache/bcrypt-pbkdf-npm-1.0.2-80db8b16ed-4edfc9fe7d.zip
Binary file not shown.
Binary file removed
BIN
-12.4 KB
lib/js_service_encointer/.yarn/cache/before-after-hook-npm-2.2.2-b463f0552f-dc2e1ffe38.zip
Binary file not shown.
Binary file removed
BIN
-3.82 KB
lib/js_service_encointer/.yarn/cache/binary-extensions-npm-2.2.0-180c33fec7-ccd267956c.zip
Binary file not shown.
Binary file removed
BIN
-153 KB
lib/js_service_encointer/.yarn/cache/bluebird-npm-3.7.2-6a54136ee3-869417503c.zip
Binary file not shown.
Binary file removed
BIN
-6.92 KB
lib/js_service_encointer/.yarn/cache/boxen-npm-5.1.2-364ee34f2f-82d03e42a7.zip
Binary file not shown.
Binary file removed
BIN
-3.89 KB
lib/js_service_encointer/.yarn/cache/builtin-modules-npm-3.2.0-ef7266e931-0265aa1ba7.zip
Binary file not shown.
Binary file removed
BIN
-6.83 KB
lib/js_service_encointer/.yarn/cache/cacheable-request-npm-6.1.0-684b834873-b510b237b1.zip
Binary file not shown.
Binary file removed
BIN
-6.05 KB
lib/js_service_encointer/.yarn/cache/caseless-npm-0.12.0-e83bc5df83-b43bd4c440.zip
Binary file not shown.
Binary file removed
BIN
-12.8 KB
lib/js_service_encointer/.yarn/cache/chalk-npm-3.0.0-e813208025-8e3ddf3981.zip
Binary file not shown.
Binary file removed
BIN
-13 KB
lib/js_service_encointer/.yarn/cache/changelog-parser-npm-2.8.0-cad01740ca-ee10335797.zip
Binary file not shown.
Binary file removed
BIN
-30.4 KB
lib/js_service_encointer/.yarn/cache/chokidar-npm-3.5.2-6752340fec-d1fda32fcd.zip
Binary file not shown.
Binary file removed
BIN
-6.09 KB
lib/js_service_encointer/.yarn/cache/ci-info-npm-2.0.0-78012236a1-3b374666a8.zip
Binary file not shown.
Binary file removed
BIN
-3.68 KB
lib/js_service_encointer/.yarn/cache/cli-boxes-npm-2.2.1-7125a5ba44-be79f8ec23.zip
Binary file not shown.
Binary file removed
BIN
-4.78 KB
lib/js_service_encointer/.yarn/cache/color-support-npm-1.1.3-3be5c53455-9b73568176.zip
Binary file not shown.
Binary file removed
BIN
-29 KB
lib/js_service_encointer/.yarn/cache/commander-npm-4.1.1-22a0fe921b-d7b9913ff9.zip
Binary file not shown.
Binary file removed
BIN
-4.11 KB
lib/js_service_encointer/.yarn/cache/configstore-npm-5.0.1-739433cdc5-60ef65d493.zip
Binary file not shown.
Binary file removed
BIN
-13.4 KB
lib/js_service_encointer/.yarn/cache/consolidate-npm-0.15.1-5df81fb948-5a44ee975f.zip
Binary file not shown.
Binary file removed
BIN
-8.64 KB
lib/js_service_encointer/.yarn/cache/core-util-is-npm-1.0.2-9fc2b94dc3-7a4c925b49.zip
Binary file not shown.
Binary file removed
BIN
-13.6 KB
lib/js_service_encointer/.yarn/cache/coveralls-npm-3.1.1-13d2a17b4e-70a208907c.zip
Binary file not shown.
Binary file removed
BIN
-2.99 KB
...js_service_encointer/.yarn/cache/crypto-random-string-npm-2.0.0-8ab47992ef-0283879f55.zip
Binary file not shown.
Binary file removed
BIN
-8.14 KB
lib/js_service_encointer/.yarn/cache/cssesc-npm-3.0.0-15ec56f86f-f8c4ababff.zip
Binary file not shown.
Binary file removed
BIN
-25.2 KB
lib/js_service_encointer/.yarn/cache/dashdash-npm-1.14.1-be8f10a286-3634c24957.zip
Binary file not shown.
Binary file removed
BIN
-16.4 KB
lib/js_service_encointer/.yarn/cache/decomment-npm-0.9.4-f712939bb5-d883c9563e.zip
Binary file not shown.
Binary file removed
BIN
-2.65 KB
lib/js_service_encointer/.yarn/cache/decompress-response-npm-3.3.0-6e7b6375c3-952552ac3b.zip
Binary file not shown.
Binary file removed
BIN
-3.53 KB
lib/js_service_encointer/.yarn/cache/defer-to-connect-npm-1.1.3-5887885147-9491b301dc.zip
Binary file not shown.
Binary file removed
BIN
-8.8 KB
lib/js_service_encointer/.yarn/cache/dependency-tree-npm-8.1.2-dd336d8e28-e26dffd033.zip
Binary file not shown.
Binary file removed
BIN
-3.92 KB
lib/js_service_encointer/.yarn/cache/deprecation-npm-2.3.1-e19c92d6e7-f56a05e182.zip
Binary file not shown.
Binary file removed
BIN
-5.13 KB
lib/js_service_encointer/.yarn/cache/detect-indent-npm-6.1.0-d8c441ff7a-ab953a73c7.zip
Binary file not shown.
Binary file removed
BIN
-4.18 KB
lib/js_service_encointer/.yarn/cache/detective-amd-npm-3.1.0-b1b0fa631b-aa3783d587.zip
Binary file not shown.
Binary file removed
BIN
-1.99 KB
lib/js_service_encointer/.yarn/cache/detective-cjs-npm-3.1.1-d60e67b4c2-626aec314f.zip
Binary file not shown.
Binary file removed
BIN
-3.36 KB
lib/js_service_encointer/.yarn/cache/detective-es6-npm-2.2.0-6f2e8f76b1-5065731a2d.zip
Binary file not shown.
Binary file removed
BIN
-2.16 KB
lib/js_service_encointer/.yarn/cache/detective-less-npm-1.0.2-51713fb487-858936fbad.zip
Binary file not shown.
Binary file removed
BIN
-7.51 KB
lib/js_service_encointer/.yarn/cache/detective-postcss-npm-4.0.0-3898e15a71-e4c9fed316.zip
Binary file not shown.
Binary file removed
BIN
-4.42 KB
lib/js_service_encointer/.yarn/cache/detective-postcss-npm-5.0.0-8244b49af7-68e36bbc39.zip
Binary file not shown.
Binary file removed
BIN
-2.25 KB
lib/js_service_encointer/.yarn/cache/detective-sass-npm-3.0.1-9633e30583-86f76671d9.zip
Binary file not shown.
Binary file removed
BIN
-2.16 KB
lib/js_service_encointer/.yarn/cache/detective-scss-npm-2.0.1-062d87fc43-e130745b4a.zip
Binary file not shown.
Binary file removed
BIN
-2.51 KB
lib/js_service_encointer/.yarn/cache/detective-stylus-npm-1.0.0-ea4d9b6a87-e9c74c9763.zip
Binary file not shown.
Binary file removed
BIN
-3.35 KB
...js_service_encointer/.yarn/cache/detective-typescript-npm-7.0.0-0b2a98b048-fc92e20e7b.zip
Binary file not shown.
Binary file removed
BIN
-4.32 KB
lib/js_service_encointer/.yarn/cache/dot-prop-npm-5.3.0-7bf6ee1eb8-d577579009.zip
Binary file not shown.
Binary file removed
BIN
-6.53 KB
lib/js_service_encointer/.yarn/cache/duplexify-npm-4.1.2-7f2140a477-964376c61c.zip
Binary file not shown.
Binary file removed
BIN
-9.63 KB
lib/js_service_encointer/.yarn/cache/ecc-jsbn-npm-0.1.2-85b7a7be89-22fef4b620.zip
Binary file not shown.
Binary file removed
BIN
-26.4 KB
lib/js_service_encointer/.yarn/cache/email-addresses-npm-3.1.0-332eec577b-e911985f09.zip
Binary file not shown.
Binary file removed
BIN
-3.61 KB
lib/js_service_encointer/.yarn/cache/escape-goat-npm-2.1.1-2e437cf3fe-ce05c70c20.zip
Binary file not shown.
Binary file removed
BIN
-10.3 KB
...js_service_encointer/.yarn/cache/eslint-plugin-header-npm-3.1.1-402265ec6f-2353e4ba01.zip
Binary file not shown.
Binary file removed
BIN
-6.22 KB
...e_encointer/.yarn/cache/eslint-plugin-import-newlines-npm-1.1.5-5291c921c7-e26a61b5e3.zip
Binary file not shown.
Binary file removed
BIN
-20.6 KB
...s_service_encointer/.yarn/cache/eslint-plugin-promise-npm-5.1.0-b8217328a4-e62947aaea.zip
Binary file not shown.
Binary file removed
BIN
-32.5 KB
...rvice_encointer/.yarn/cache/eslint-plugin-react-hooks-npm-4.2.0-e09b1ea4ce-ead5c5be3d.zip
Binary file not shown.
Binary file removed
BIN
-193 KB
...js_service_encointer/.yarn/cache/eslint-plugin-react-npm-7.26.1-6da44714a2-856eec868f.zip
Binary file not shown.
Binary file removed
BIN
-12.4 KB
...ncointer/.yarn/cache/eslint-plugin-simple-import-sort-npm-7.0.0-45d08a8927-6aacb7179c.zip
Binary file not shown.
Binary file removed
BIN
-9.35 KB
...inter/.yarn/cache/eslint-plugin-sort-destructure-keys-npm-1.3.5-75fa7d2e03-7bd65b44f7.zip
Binary file not shown.
Binary file removed
BIN
-7.04 KB
lib/js_service_encointer/.yarn/cache/estree-walker-npm-1.0.1-e916593b23-7e70da5396.zip
Binary file not shown.
Binary file removed
BIN
-15 KB
lib/js_service_encointer/.yarn/cache/estree-walker-npm-2.0.2-dfab42f65c-6151e6f982.zip
Binary file not shown.
Binary file removed
BIN
-9.01 KB
lib/js_service_encointer/.yarn/cache/extend-npm-3.0.2-e1ca07ac54-a50a8309ca.zip
Binary file not shown.
Binary file removed
BIN
-10.9 KB
lib/js_service_encointer/.yarn/cache/extsprintf-npm-1.3.0-61a92b324c-cee7a4a1e3.zip
Binary file not shown.
Binary file removed
BIN
-14.3 KB
lib/js_service_encointer/.yarn/cache/extsprintf-npm-1.4.0-2b015bcaab-184dc8a413.zip
Binary file not shown.
Binary file removed
BIN
-2.65 KB
...service_encointer/.yarn/cache/filename-reserved-regex-npm-2.0.0-5d8c6e337c-323a0020fd.zip
Binary file not shown.
Binary file removed
BIN
-5.1 KB
lib/js_service_encointer/.yarn/cache/filenamify-npm-4.3.0-e6531169ab-5b71a7ff8e.zip
Binary file not shown.
Binary file removed
BIN
-6.29 KB
lib/js_service_encointer/.yarn/cache/filing-cabinet-npm-3.0.1-5d3b8ff845-dbfed94a69.zip
Binary file not shown.
Binary file removed
BIN
-6.02 KB
lib/js_service_encointer/.yarn/cache/find-babel-config-npm-1.2.0-428bef14f2-0a1785d3da.zip
Binary file not shown.
Binary file removed
BIN
-1.98 KB
lib/js_service_encointer/.yarn/cache/find-index-npm-0.1.1-d2f5fcf886-bf445157a4.zip
Binary file not shown.
Binary file removed
BIN
-2.79 KB
lib/js_service_encointer/.yarn/cache/flatten-npm-1.0.3-87bf6559dd-5c57379816.zip
Binary file not shown.
Binary file removed
BIN
-5.71 KB
lib/js_service_encointer/.yarn/cache/forever-agent-npm-0.6.1-01dae53bf9-766ae6e220.zip
Binary file not shown.
Binary file removed
BIN
-36.5 KB
lib/js_service_encointer/.yarn/cache/form-data-npm-2.3.3-c016cc11c0-10c1780fa1.zip
Binary file not shown.
Binary file removed
BIN
-44.8 KB
lib/js_service_encointer/.yarn/cache/fs-extra-npm-10.0.0-4f8c704115-5285a3d8f3.zip
Binary file not shown.
Binary file removed
BIN
-44.6 KB
lib/js_service_encointer/.yarn/cache/fs-extra-npm-8.1.0-197473387f-bf44f0e6ce.zip
Binary file not shown.
Binary file removed
BIN
-2.82 KB
...js_service_encointer/.yarn/cache/fs-readdir-recursive-npm-1.1.0-258e230a4b-29d50f3d21.zip
Binary file not shown.
Binary file removed
BIN
-19.6 KB
lib/js_service_encointer/.yarn/cache/gauge-npm-3.0.1-a8ff5985f0-3bc14bc5ed.zip
Binary file not shown.
Binary file removed
BIN
-2.31 KB
lib/js_service_encointer/.yarn/cache/get-amd-module-type-npm-3.0.0-2fcd610976-a2df61d329.zip
Binary file not shown.
Binary file removed
BIN
-4.05 KB
...inter/.yarn/cache/get-own-enumerable-property-symbols-npm-3.0.2-f143f9e8d3-8f0331f141.zip
Binary file not shown.
Binary file removed
BIN
-4.35 KB
lib/js_service_encointer/.yarn/cache/get-stream-npm-4.1.0-314d430a5d-443e191417.zip
Binary file not shown.
Binary file removed
BIN
-4.07 KB
lib/js_service_encointer/.yarn/cache/getpass-npm-0.1.7-519164a3be-ab18d55661.zip
Binary file not shown.
Binary file removed
BIN
-17 KB
lib/js_service_encointer/.yarn/cache/gh-pages-npm-3.2.3-de723c58be-0a6e92180c.zip
Binary file not shown.
Binary file removed
BIN
-4.31 KB
lib/js_service_encointer/.yarn/cache/gh-release-assets-npm-2.0.0-add3b3b34a-886e754e1a.zip
Binary file not shown.
Binary file removed
BIN
-11.3 KB
lib/js_service_encointer/.yarn/cache/gh-release-npm-6.0.1-3c275c1064-00d0be7940.zip
Binary file not shown.
Binary file removed
BIN
-10.3 KB
lib/js_service_encointer/.yarn/cache/ghauth-npm-5.0.1-a9371baef3-3993ceb0e2.zip
Binary file not shown.
Binary file removed
BIN
-9.8 KB
...js_service_encointer/.yarn/cache/github-url-to-object-npm-4.0.6-1fcdbc5245-5056c1197c.zip
Binary file not shown.
Binary file removed
BIN
-3.02 KB
lib/js_service_encointer/.yarn/cache/glob2base-npm-0.0.12-c0fe508825-277bbfee5b.zip
Binary file not shown.
Binary file removed
BIN
-4.12 KB
lib/js_service_encointer/.yarn/cache/global-dirs-npm-3.0.0-45faebeb68-953c17cf14.zip
Binary file not shown.
Binary file removed
BIN
-3.73 KB
lib/js_service_encointer/.yarn/cache/globby-npm-6.1.0-590bfb2681-18109d6b9d.zip
Binary file not shown.
Binary file removed
BIN
-84.5 KB
lib/js_service_encointer/.yarn/cache/gonzales-pe-npm-4.3.0-82921c6976-49d60fc49a.zip
Binary file not shown.
Binary file removed
BIN
-30.1 KB
lib/js_service_encointer/.yarn/cache/got-npm-9.6.0-80edc15fd0-941807bd97.zip
Binary file not shown.
Binary file removed
BIN
-23.6 KB
lib/js_service_encointer/.yarn/cache/graphviz-npm-0.0.9-33eecd7ed1-fb414f8976.zip
Binary file not shown.
Binary file removed
BIN
-9.3 KB
lib/js_service_encointer/.yarn/cache/har-schema-npm-2.0.0-3a318c0ca5-d8946348f3.zip
Binary file not shown.
Binary file removed
BIN
-4.11 KB
lib/js_service_encointer/.yarn/cache/har-validator-npm-5.1.5-bd9ac162f5-b998a7269c.zip
Binary file not shown.
Binary file removed
BIN
-2.8 KB
lib/js_service_encointer/.yarn/cache/has-yarn-npm-2.1.0-b73f6750d9-5eb1d0bb85.zip
Binary file not shown.
Binary file removed
BIN
-4.71 KB
lib/js_service_encointer/.yarn/cache/hash-sum-npm-1.0.2-e00c4d927b-268553ba6c.zip
Binary file not shown.
Binary file removed
BIN
-18.7 KB
lib/js_service_encointer/.yarn/cache/http-signature-npm-1.2.0-ee92426f34-3324598712.zip
Binary file not shown.
Binary file removed
BIN
-2.94 KB
lib/js_service_encointer/.yarn/cache/import-lazy-npm-2.1.0-b128ce6959-05294f3b9d.zip
Binary file not shown.
Binary file removed
BIN
-2.49 KB
lib/js_service_encointer/.yarn/cache/indexes-of-npm-1.0.1-5ce8500941-4f9799b173.zip
Binary file not shown.
Binary file removed
BIN
-4.55 KB
lib/js_service_encointer/.yarn/cache/ini-npm-2.0.0-28f7426761-e7aadc5fb2.zip
Binary file not shown.
Binary file removed
BIN
-2.59 KB
lib/js_service_encointer/.yarn/cache/is-binary-path-npm-2.1.0-e61d46f557-84192eb88c.zip
Binary file not shown.
Binary file removed
BIN
-3.02 KB
lib/js_service_encointer/.yarn/cache/is-ci-npm-2.0.0-8662a0f445-77b8690575.zip
Binary file not shown.
Binary file removed
BIN
-2.82 KB
...s_service_encointer/.yarn/cache/is-installed-globally-npm-0.4.0-a30dd056c7-3359840d59.zip
Binary file not shown.
Binary file removed
BIN
-2.59 KB
lib/js_service_encointer/.yarn/cache/is-module-npm-1.0.0-79ba918283-8cd5390730.zip
Binary file not shown.
Binary file removed
BIN
-2.95 KB
lib/js_service_encointer/.yarn/cache/is-npm-npm-5.0.0-2758bcd54b-9baff02b0c.zip
Binary file not shown.
Binary file removed
BIN
-2.11 KB
lib/js_service_encointer/.yarn/cache/is-obj-npm-1.0.1-7d391539d7-3ccf0efdea.zip
Binary file not shown.
Binary file removed
BIN
-2.48 KB
lib/js_service_encointer/.yarn/cache/is-obj-npm-2.0.0-3d95e053f4-c9916ac8f4.zip
Binary file not shown.
Binary file removed
BIN
-3.14 KB
lib/js_service_encointer/.yarn/cache/is-path-inside-npm-3.0.3-2ea0ef44fd-abd50f0618.zip
Binary file not shown.
Binary file removed
BIN
-2.88 KB
lib/js_service_encointer/.yarn/cache/is-plain-obj-npm-2.1.0-8dffd7ae9c-cec9100678.zip
Binary file not shown.
Binary file removed
BIN
-5.05 KB
lib/js_service_encointer/.yarn/cache/is-plain-object-npm-5.0.0-285b70faa3-e32d27061e.zip
Binary file not shown.
Binary file removed
BIN
-3.95 KB
lib/js_service_encointer/.yarn/cache/is-reference-npm-1.2.1-87ca1743c8-e7b48149f8.zip
Binary file not shown.
Binary file removed
BIN
-1.3 KB
lib/js_service_encointer/.yarn/cache/is-regexp-npm-1.0.0-8f95f51a0c-be692828e2.zip
Binary file not shown.
Binary file removed
BIN
-2.4 KB
lib/js_service_encointer/.yarn/cache/is-relative-path-npm-1.0.2-920be97603-6c2ccffd3c.zip
Binary file not shown.
Binary file removed
BIN
-3.54 KB
lib/js_service_encointer/.yarn/cache/is-url-npm-1.2.4-0a28aeb560-100e74b3b1.zip
Binary file not shown.
Binary file removed
BIN
-2.49 KB
lib/js_service_encointer/.yarn/cache/is-url-superb-npm-4.0.0-71f6df9bc1-fd55e91c96.zip
Binary file not shown.
Binary file removed
BIN
-2.39 KB
lib/js_service_encointer/.yarn/cache/is-yarn-global-npm-0.3.0-18cad00879-bca013d65f.zip
Binary file not shown.
Binary file removed
BIN
-4.82 KB
lib/js_service_encointer/.yarn/cache/isstream-npm-0.1.2-8581c75385-1eb2fe63a7.zip
Binary file not shown.
Binary file removed
BIN
-14.3 KB
lib/js_service_encointer/.yarn/cache/jsbn-npm-0.1.1-0eb7132404-e5ff29c1b8.zip
Binary file not shown.
Binary file removed
BIN
-3.9 KB
lib/js_service_encointer/.yarn/cache/json-buffer-npm-3.0.0-21c267a314-0cecacb802.zip
Binary file not shown.
Binary file removed
BIN
-44.2 KB
lib/js_service_encointer/.yarn/cache/json-schema-npm-0.2.3-018ee3dfc9-bbc2070988.zip
Binary file not shown.
Binary file removed
BIN
-5.73 KB
lib/js_service_encointer/.yarn/cache/json-stringify-safe-npm-5.0.1-064ddd6ab4-48ec0adad5.zip
Binary file not shown.
Binary file removed
BIN
-15.3 KB
lib/js_service_encointer/.yarn/cache/json5-npm-0.5.1-dad9a6cdb1-9b85bf0695.zip
Binary file not shown.
Binary file removed
BIN
-6.14 KB
lib/js_service_encointer/.yarn/cache/jsonfile-npm-4.0.0-10ce3aea15-6447d6224f.zip
Binary file not shown.
Binary file removed
BIN
-6.91 KB
lib/js_service_encointer/.yarn/cache/jsonfile-npm-6.1.0-20a4796cee-7af3b8e1ac.zip
Binary file not shown.
Binary file removed
BIN
-12.5 KB
lib/js_service_encointer/.yarn/cache/jsprim-npm-1.4.1-948d2c9ec3-6bcb20ec26.zip
Binary file not shown.
Binary file removed
BIN
-75.8 KB
lib/js_service_encointer/.yarn/cache/jsx-ast-utils-npm-3.2.1-addc1eb80c-dcee22e638.zip
Binary file not shown.
Binary file removed
BIN
-5.94 KB
lib/js_service_encointer/.yarn/cache/keyv-npm-3.1.0-81c9ff4454-bb7e8f3acf.zip
Binary file not shown.
Binary file removed
BIN
-3.14 KB
lib/js_service_encointer/.yarn/cache/latest-version-npm-5.1.0-ddb9b0eb39-fbc72b071e.zip
Binary file not shown.
Binary file removed
BIN
-24.6 KB
lib/js_service_encointer/.yarn/cache/lcov-parse-npm-1.0.0-c94e390b1c-d4b14b5e33.zip
Binary file not shown.
Binary file removed
BIN
-6.56 KB
lib/js_service_encointer/.yarn/cache/line-reader-npm-0.2.4-c477dde8b9-a7426e5055.zip
Binary file not shown.
Binary file removed
BIN
-3.71 KB
lib/js_service_encointer/.yarn/cache/load-json-file-npm-6.2.0-516f143724-4429e430eb.zip
Binary file not shown.
Binary file removed
BIN
-4.58 KB
lib/js_service_encointer/.yarn/cache/log-driver-npm-1.2.7-1d1901a631-14949119f8.zip
Binary file not shown.
Binary file removed
BIN
-3.33 KB
lib/js_service_encointer/.yarn/cache/log-symbols-npm-3.0.0-b9d1446657-f2322e1452.zip
Binary file not shown.
Binary file removed
BIN
-4.25 KB
lib/js_service_encointer/.yarn/cache/loose-envify-npm-1.4.0-6307b72ccf-6517e24e0c.zip
Binary file not shown.
Binary file removed
BIN
-6.88 KB
lib/js_service_encointer/.yarn/cache/lru-cache-npm-4.1.5-ede304cc43-4bb4b58a36.zip
Binary file not shown.
Binary file removed
BIN
-54.3 KB
lib/js_service_encointer/.yarn/cache/madge-npm-5.0.1-9f3b536039-821db88fdc.zip
Binary file not shown.
Binary file removed
BIN
-77.1 KB
lib/js_service_encointer/.yarn/cache/magic-string-npm-0.25.7-0a0bd9c864-727a1fb70f.zip
Binary file not shown.
Binary file removed
BIN
-3.48 KB
lib/js_service_encointer/.yarn/cache/merge-source-map-npm-1.1.0-f4ef12b36d-945a83dcc5.zip
Binary file not shown.
Binary file removed
BIN
-19.4 KB
lib/js_service_encointer/.yarn/cache/mime-npm-2.5.2-d3335c8166-dd3c93d433.zip
Binary file not shown.
Binary file removed
BIN
-3.03 KB
lib/js_service_encointer/.yarn/cache/module-definition-npm-3.3.1-16753154b4-f1c0587983.zip
Binary file not shown.
Binary file removed
BIN
-4.29 KB
lib/js_service_encointer/.yarn/cache/module-lookup-amd-npm-7.0.1-83d0a3e93f-911abd6b8f.zip
Binary file not shown.
Binary file removed
BIN
-15.6 KB
lib/js_service_encointer/.yarn/cache/nanoid-npm-3.1.29-17cd9c0f26-8837bc351a.zip
Binary file not shown.
Binary file removed
BIN
-3.26 KB
...js_service_encointer/.yarn/cache/natural-compare-lite-npm-1.4.0-12b6b308ed-5222ac3986.zip
Binary file not shown.
Binary file removed
BIN
-3.54 KB
lib/js_service_encointer/.yarn/cache/node-source-walk-npm-4.2.0-aa0230f616-995979cdd3.zip
Binary file not shown.
Binary file removed
BIN
-6.86 KB
lib/js_service_encointer/.yarn/cache/normalize-url-npm-4.5.1-603d40bc18-9a9dee01df.zip
Binary file not shown.
Binary file removed
BIN
-5.83 KB
lib/js_service_encointer/.yarn/cache/oauth-sign-npm-0.9.0-7aa9422221-8f5497a127.zip
Binary file not shown.
Binary file removed
BIN
-13.6 KB
lib/js_service_encointer/.yarn/cache/object.entries-npm-1.1.5-7a8fcbc43e-d658696f74.zip
Binary file not shown.
Binary file removed
BIN
-8.81 KB
lib/js_service_encointer/.yarn/cache/object.fromentries-npm-2.0.5-68ed942fa7-61a0b565de.zip
Binary file not shown.
Binary file removed
BIN
-9.41 KB
lib/js_service_encointer/.yarn/cache/object.hasown-npm-1.1.0-71b4d7da01-5c5d0b1b79.zip
Binary file not shown.
Binary file removed
BIN
-8.4 KB
lib/js_service_encointer/.yarn/cache/ora-npm-4.1.1-2df946d305-5dcee3a2e1.zip
Binary file not shown.
Binary file removed
BIN
-5.45 KB
lib/js_service_encointer/.yarn/cache/p-cancelable-npm-1.1.0-d147d5996f-2db3814fef.zip
Binary file not shown.
Binary file removed
BIN
-6.13 KB
lib/js_service_encointer/.yarn/cache/package-json-npm-6.5.0-30e58237bb-cc9f890d36.zip
Binary file not shown.
Binary file removed
BIN
-2.71 KB
lib/js_service_encointer/.yarn/cache/parse-ms-npm-2.1.0-de852c39bb-d5c66c76cc.zip
Binary file not shown.
Binary file removed
BIN
-8.79 KB
lib/js_service_encointer/.yarn/cache/performance-now-npm-2.1.0-45e3ce7e49-534e641aa8.zip
Binary file not shown.
Binary file removed
BIN
-4.54 KB
lib/js_service_encointer/.yarn/cache/pinkie-npm-2.0.4-cffce4fb09-b12b10afea.zip
Binary file not shown.
Binary file removed
BIN
-2.26 KB
lib/js_service_encointer/.yarn/cache/pinkie-promise-npm-2.0.1-095439b8c5-b53a4a2e73.zip
Binary file not shown.
Binary file removed
BIN
-2.96 KB
lib/js_service_encointer/.yarn/cache/pkg-up-npm-3.1.0-1eebe033b7-5bac346b7c.zip
Binary file not shown.
Binary file removed
BIN
-6.64 KB
lib/js_service_encointer/.yarn/cache/pluralize-npm-8.0.0-f5f044ed52-08931d4a6a.zip
Binary file not shown.
Binary file removed
BIN
-174 KB
lib/js_service_encointer/.yarn/cache/postcss-npm-7.0.39-0f8737296e-4ac793f506.zip
Binary file not shown.
Binary file removed
BIN
-57.6 KB
lib/js_service_encointer/.yarn/cache/postcss-npm-8.3.9-f40ddb7d0e-b64d0e59bc.zip
Binary file not shown.
Binary file removed
BIN
-83.1 KB
...service_encointer/.yarn/cache/postcss-selector-parser-npm-6.0.6-4df491c1e3-3602758798.zip
Binary file not shown.
Binary file removed
BIN
-29.7 KB
...s_service_encointer/.yarn/cache/postcss-values-parser-npm-2.0.1-b7d7dda30d-0508778809.zip
Binary file not shown.
Binary file removed
BIN
-27.1 KB
...s_service_encointer/.yarn/cache/postcss-values-parser-npm-5.0.0-7185aec6fd-d45bde8606.zip
Binary file not shown.
Binary file removed
BIN
-4.41 KB
lib/js_service_encointer/.yarn/cache/precinct-npm-8.1.0-bd85b73fc8-0b5667f55a.zip
Binary file not shown.
Binary file removed
BIN
-2.37 KB
lib/js_service_encointer/.yarn/cache/prepend-http-npm-2.0.0-e1fc4332f2-7694a95254.zip
Binary file not shown.
Binary file removed
BIN
-2.05 MB
lib/js_service_encointer/.yarn/cache/prettier-npm-1.19.1-e56d246fd2-bc78219e0f.zip
Binary file not shown.
Binary file removed
BIN
-5.41 KB
lib/js_service_encointer/.yarn/cache/pretty-ms-npm-7.0.1-d748cac064-d76c492028.zip
Binary file not shown.
Binary file removed
BIN
-5.59 KB
lib/js_service_encointer/.yarn/cache/progress-stream-npm-2.0.0-07560cac17-6aab6a9cf2.zip
Binary file not shown.
Binary file removed
BIN
-29.4 KB
lib/js_service_encointer/.yarn/cache/prop-types-npm-15.7.2-d7a04f2274-5eef82fdda.zip
Binary file not shown.
Binary file removed
BIN
-4.7 KB
lib/js_service_encointer/.yarn/cache/pseudomap-npm-1.0.2-0d0e40fee0-856c0aae0f.zip
Binary file not shown.
Binary file removed
BIN
-4.43 KB
lib/js_service_encointer/.yarn/cache/pumpify-npm-2.0.1-159a414ebb-cfc96f5307.zip
Binary file not shown.
Binary file removed
BIN
-3.42 KB
lib/js_service_encointer/.yarn/cache/pupa-npm-2.1.1-fb256825ba-49529e5037.zip
Binary file not shown.
Binary file removed
BIN
-30.3 KB
lib/js_service_encointer/.yarn/cache/qs-npm-6.5.2-dbf9d8386b-24af7b9928.zip
Binary file not shown.
Binary file removed
BIN
-2.68 KB
lib/js_service_encointer/.yarn/cache/quote-unquote-npm-1.0.0-5aa1091ab3-955a2ead53.zip
Binary file not shown.
Binary file removed
BIN
-9.57 KB
lib/js_service_encointer/.yarn/cache/rc-npm-1.2.8-d6768ac936-2e26e052f8.zip
Binary file not shown.
Binary file removed
BIN
-9 KB
lib/js_service_encointer/.yarn/cache/react-is-npm-16.13.1-a9b9382b4f-f7a19ac349.zip
Binary file not shown.
Binary file removed
BIN
-3.34 KB
lib/js_service_encointer/.yarn/cache/read-npm-1.0.7-950ec74ca8-2777c254e5.zip
Binary file not shown.
Binary file removed
BIN
-8.53 KB
lib/js_service_encointer/.yarn/cache/readdirp-npm-3.6.0-f950cc74ab-1ced032e6e.zip
Binary file not shown.
Binary file removed
BIN
-14 KB
..._service_encointer/.yarn/cache/regexp.prototype.flags-npm-1.3.1-f0c34f894f-343595db5a.zip
Binary file not shown.
Binary file removed
BIN
-5.89 KB
lib/js_service_encointer/.yarn/cache/registry-auth-token-npm-4.2.1-200e2be697-aa72060b57.zip
Binary file not shown.
Binary file removed
BIN
-3.07 KB
lib/js_service_encointer/.yarn/cache/registry-url-npm-5.1.0-f58d0ca7ff-bcea86c84a.zip
Binary file not shown.
Binary file removed
BIN
-5.03 KB
lib/js_service_encointer/.yarn/cache/remove-markdown-npm-0.2.2-eb8f462ff9-ce645115c0.zip
Binary file not shown.
Binary file removed
BIN
-63.2 KB
lib/js_service_encointer/.yarn/cache/request-npm-2.88.2-f4a57c72c4-4e112c087f.zip
Binary file not shown.
Binary file removed
BIN
-18.8 KB
...s_service_encointer/.yarn/cache/requirejs-config-file-npm-4.0.0-e89c26c364-61ac1c419a.zip
Binary file not shown.
Binary file removed
BIN
-247 KB
lib/js_service_encointer/.yarn/cache/requirejs-npm-2.3.6-cda05b5f88-7c3c006bf5.zip
Binary file not shown.
Binary file removed
BIN
-26.4 KB
lib/js_service_encointer/.yarn/cache/reselect-npm-4.0.0-4189778eed-ac7dfc9ef2.zip
Binary file not shown.
Binary file removed
BIN
-3.8 KB
...service_encointer/.yarn/cache/resolve-dependency-path-npm-2.0.0-81572580e9-161296969a.zip
Binary file not shown.
Binary file removed
BIN
-51.4 KB
lib/js_service_encointer/.yarn/cache/resolve-npm-2.0.0-next.3-6be30bb506-f34b3b93ad.zip
Binary file not shown.
Binary file removed
BIN
-52.7 KB
lib/js_service_encointer/.yarn/cache/resolve-patch-4c1e11bf79-eb88c5e538.zip
Binary file not shown.
Binary file removed
BIN
-3.04 KB
lib/js_service_encointer/.yarn/cache/responselike-npm-1.0.2-d0bf50cde4-2e9e70f1dc.zip
Binary file not shown.
Binary file removed
BIN
-1.07 MB
lib/js_service_encointer/.yarn/cache/rollup-npm-2.58.0-20fd603ac2-a5e5642f2b.zip
Binary file not shown.
Binary file removed
BIN
-4.49 KB
lib/js_service_encointer/.yarn/cache/sass-lookup-npm-3.0.0-c756430816-fd4bf1ad9c.zip
Binary file not shown.
Binary file removed
BIN
-3.32 KB
lib/js_service_encointer/.yarn/cache/semver-diff-npm-3.1.1-1207a795e9-8bbe5a5d7a.zip
Binary file not shown.
Binary file removed
BIN
-3.34 KB
lib/js_service_encointer/.yarn/cache/simple-concat-npm-1.0.1-48df70de29-4d211042cc.zip
Binary file not shown.
Binary file removed
BIN
-5.77 KB
lib/js_service_encointer/.yarn/cache/simple-get-npm-4.0.0-14ed0bd6c2-8af4fb788b.zip
Binary file not shown.
Binary file removed
BIN
-3.73 KB
lib/js_service_encointer/.yarn/cache/sort-keys-npm-4.2.0-bf52ceef80-1535ffd5a7.zip
Binary file not shown.
Binary file removed
BIN
-192 KB
lib/js_service_encointer/.yarn/cache/source-map-js-npm-0.6.2-af388ea7f1-9c8151a29e.zip
Binary file not shown.
Binary file removed
BIN
-12.4 KB
lib/js_service_encointer/.yarn/cache/sourcemap-codec-npm-1.4.8-3a1a9e60b1-b57981c056.zip
Binary file not shown.
Binary file removed
BIN
-2.36 KB
lib/js_service_encointer/.yarn/cache/speedometer-npm-1.0.0-8940560fb9-6b322bbb06.zip
Binary file not shown.
Binary file removed
BIN
-71.7 KB
lib/js_service_encointer/.yarn/cache/sshpk-npm-1.16.1-feb759e7e0-5e76afd1ce.zip
Binary file not shown.
Binary file removed
BIN
-2.84 KB
lib/js_service_encointer/.yarn/cache/stream-shift-npm-1.0.1-9526210fa7-59b82b44b2.zip
Binary file not shown.
Binary file removed
BIN
-15 KB
...rvice_encointer/.yarn/cache/string.prototype.matchall-npm-4.0.6-cf27cbea59-07aca53ddd.zip
Binary file not shown.
Binary file removed
BIN
-4.12 KB
lib/js_service_encointer/.yarn/cache/stringify-object-npm-3.3.0-3e6784f7df-6827a3f359.zip
Binary file not shown.
Binary file removed
BIN
-3 KB
lib/js_service_encointer/.yarn/cache/strip-json-comments-npm-2.0.1-e7883b2d04-1074ccb632.zip
Binary file not shown.
Binary file removed
BIN
-2.22 KB
lib/js_service_encointer/.yarn/cache/strip-outer-npm-1.0.1-4ed024bb0a-f8d65d33ca.zip
Binary file not shown.
Binary file removed
BIN
-3.97 KB
lib/js_service_encointer/.yarn/cache/stylus-lookup-npm-3.0.2-fed0f86b51-460e9b6e7e.zip
Binary file not shown.
Binary file removed
BIN
-6.81 KB
lib/js_service_encointer/.yarn/cache/temp-npm-0.4.0-47d405c87b-8b83f98833.zip
Binary file not shown.
Binary file removed
BIN
-4.81 KB
lib/js_service_encointer/.yarn/cache/through2-npm-2.0.5-77d90f13cd-beb0f338aa.zip
Binary file not shown.
Binary file removed
BIN
-2.34 KB
lib/js_service_encointer/.yarn/cache/to-readable-stream-npm-1.0.0-4fa4da8130-2bd7778490.zip
Binary file not shown.
Binary file removed
BIN
-31 KB
lib/js_service_encointer/.yarn/cache/tough-cookie-npm-2.5.0-79a2fe43fe-16a8cd0902.zip
Binary file not shown.
Binary file removed
BIN
-2.39 KB
lib/js_service_encointer/.yarn/cache/trim-repeated-npm-1.0.0-1152152315-e25c235305.zip
Binary file not shown.
Binary file removed
BIN
-6.45 KB
lib/js_service_encointer/.yarn/cache/tunnel-agent-npm-0.6.0-64345ab7eb-05f6510358.zip
Binary file not shown.
Binary file removed
BIN
-50.7 KB
lib/js_service_encointer/.yarn/cache/tweetnacl-npm-0.14.5-a3f766c0d1-6061daba17.zip
Binary file not shown.
Binary file removed
BIN
-9.14 MB
lib/js_service_encointer/.yarn/cache/typescript-npm-3.9.10-ab3ca8cc22-46c842e2cd.zip
Binary file not shown.
Binary file removed
BIN
-10.5 MB
lib/js_service_encointer/.yarn/cache/typescript-npm-4.4.3-3e20dc7967-05823f2179.zip
Binary file not shown.
Binary file removed
BIN
-10.5 MB
lib/js_service_encointer/.yarn/cache/typescript-patch-2d83eeb1af-28ab98313a.zip
Binary file not shown.
Binary file removed
BIN
-9.15 MB
lib/js_service_encointer/.yarn/cache/typescript-patch-e55480cf5c-8dcd46a8a2.zip
Binary file not shown.
Binary file removed
BIN
-3.25 KB
lib/js_service_encointer/.yarn/cache/uniq-npm-1.0.1-5cab2dd0f3-8206535f83.zip
Binary file not shown.
Binary file removed
BIN
-2.6 KB
lib/js_service_encointer/.yarn/cache/unique-string-npm-2.0.0-3153c97e47-ef68f63913.zip
Binary file not shown.
Binary file removed
BIN
-5.39 KB
...js_service_encointer/.yarn/cache/universal-user-agent-npm-6.0.0-b148fb997a-5092bbc80d.zip
Binary file not shown.
Binary file removed
BIN
-2.8 KB
lib/js_service_encointer/.yarn/cache/universalify-npm-2.0.0-03b8b418a8-2406a4edf4.zip
Binary file not shown.
Binary file removed
BIN
-7.24 KB
lib/js_service_encointer/.yarn/cache/update-notifier-npm-5.1.0-6bf595ecee-461e5e5b00.zip
Binary file not shown.
Binary file removed
BIN
-2.7 KB
lib/js_service_encointer/.yarn/cache/url-parse-lax-npm-3.0.0-92aa8effa0-1040e35775.zip
Binary file not shown.
Binary file removed
BIN
-2.88 KB
lib/js_service_encointer/.yarn/cache/util-extend-npm-1.0.3-410555399f-da57f399b3.zip
Binary file not shown.
Binary file removed
BIN
-16.2 KB
lib/js_service_encointer/.yarn/cache/uuid-npm-3.4.0-4fd8ef88ad-58de2feed6.zip
Binary file not shown.
Binary file removed
BIN
-13.7 KB
lib/js_service_encointer/.yarn/cache/verror-npm-1.10.0-c3f839c579-c431df0bed.zip
Binary file not shown.
Binary file removed
BIN
-117 KB
...ce_encointer/.yarn/cache/vue-template-es2015-compiler-npm-1.9.1-e9a15f8a9f-ad1e856627.zip
Binary file not shown.
Binary file removed
BIN
-23.7 KB
lib/js_service_encointer/.yarn/cache/walkdir-npm-0.4.1-de0c3aebeb-71045c21dc.zip
Binary file not shown.
Binary file removed
BIN
-2.94 KB
lib/js_service_encointer/.yarn/cache/widest-line-npm-3.1.0-717bf2680b-03db6c9d0a.zip
Binary file not shown.
Binary file removed
BIN
-4.35 KB
lib/js_service_encointer/.yarn/cache/write-json-file-npm-4.3.0-89a21c4468-33908c5919.zip
Binary file not shown.
Binary file removed
BIN
-3.32 KB
lib/js_service_encointer/.yarn/cache/xdg-basedir-npm-4.0.0-ed08d380e2-0073d5b59a.zip
Binary file not shown.
Binary file removed
BIN
-3.68 KB
lib/js_service_encointer/.yarn/cache/xtend-npm-4.0.2-7f2375736e-ac5dfa738b.zip
Binary file not shown.
Binary file removed
BIN
-4.96 KB
lib/js_service_encointer/.yarn/cache/yallist-npm-2.1.2-2e38c366a3-9ba9940920.zip
Binary file not shown.
Binary file removed
BIN
-87.2 KB
lib/js_service_encointer/.yarn/cache/yargs-npm-17.2.1-592dabfd58-451aac46f8.zip
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,13 @@ | ||
module.exports = { | ||
presets: [['@babel/env', { modules: false }]], | ||
plugins: [ | ||
['@babel/plugin-transform-runtime', { | ||
regenerator: true | ||
}] | ||
] | ||
env: { | ||
production: { | ||
presets: [['@babel/env', { modules: false }]], | ||
plugins: [ | ||
['@babel/plugin-transform-runtime', { | ||
regenerator: true | ||
}] | ||
] | ||
}, | ||
test: {} | ||
}, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
import config from './jest.config.js'; | ||
|
||
export default { | ||
...config, | ||
testMatch: ['**/?(*.)+(cantillon.test-e2e).[jt]s?(x)'], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
import config from './jest.config.js'; | ||
|
||
export default { | ||
...config, | ||
testMatch: ['**/?(*.)+(gesell.test-e2e).[jt]s?(x)'], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,13 @@ | ||
const { defaults } = require('jest-config'); | ||
import { defaults } from 'jest-config'; | ||
|
||
module.exports = { | ||
export default { | ||
moduleFileExtensions: [...defaults.moduleFileExtensions, 'ts', 'tsx'], | ||
testMatch: ['**/__tests__/**/*.[jt]s?(x)', '**/?(*.)+(spec|test).[jt]s?(x)'], | ||
moduleNameMapper: { | ||
'@encointer/node-api(.*)$': '<rootDir>/../../../encointer-js/packages/node-api/src/$1', | ||
'@encointer/util(.*)$': '<rootDir>../../../encointer-js/packages/util/src/$1', | ||
'@encointer/types(.*)$': '<rootDir>../../../encointer-js/packages/types/src/$1', | ||
'@encointer/worker-api(.*)$': '<rootDir>/../../../encointer-js/packages/worker-api/src/$1' | ||
}, | ||
moduleNameMapper: {}, | ||
modulePathIgnorePatterns: [ | ||
'<rootDir>/dist' | ||
], | ||
transform: { | ||
'^.+\\.(js|jsx|ts|tsx)$': require.resolve('babel-jest') | ||
}, | ||
// transform esm `@polkadot`, `@encointer` and `@babels` esm modules such that jest understands them. | ||
transformIgnorePatterns: ['/node_modules/(?!@polkadot|@encointer|@babel/runtime/helpers/esm/)'], | ||
transform: {}, | ||
transformIgnorePatterns: [], | ||
verbose: true, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
40 changes: 15 additions & 25 deletions
40
..._service_encointer/test/cantillon.test.js → ...vice_encointer/test/cantillon.test-e2e.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.