git.delta.rocks / unique-network / refs/commits / dc26a3336f1b

difftreelog

test price calibration script

Yaroslav Bolyukin2022-08-15parent: #55956a9.patch.diff
in: master

3 files changed

modifiedtests/.eslintrc.jsondiffbeforeafterboth
55 "@typescript-eslint/no-empty-function": "off",55 "@typescript-eslint/no-empty-function": "off",
56 "@typescript-eslint/no-non-null-assertion": "off",56 "@typescript-eslint/no-non-null-assertion": "off",
57 "@typescript-eslint/no-explicit-any": "off",57 "@typescript-eslint/no-explicit-any": "off",
58 "@typescript-eslint/no-unused-vars": "warn",58 "@typescript-eslint/no-unused-vars": [
59 "warn",
60 {
61 "varsIgnorePattern": "_.+",
62 "argsIgnorePattern": "_.+"
63 }
64 ],
59 "no-async-promise-executor": "warn",65 "no-async-promise-executor": "warn",
60 "@typescript-eslint/no-empty-interface": "off",66 "@typescript-eslint/no-empty-interface": "off",
61 "prefer-const": [67 "prefer-const": [
addedtests/src/calibrate.tsdiffbeforeafterboth

no changes

addedtests/src/calibrateApply.tsdiffbeforeafterboth

no changes