Skip to content

Commit

Permalink
ViTest: Unit Testing Setup/Config/Utils and Ongoing Refactoring (bcgo…
Browse files Browse the repository at this point in the history
…v#1623)

* Ongoing Unit Test fixes

* Ongoing PPR Test fixes - Includes base setup - solves most complexity - now test fixes

* more test config updates and unit test fixes

* button-footer rework

* Further Testing updates - Up to Debtors

* continued testing updates DischargeReg

* Tests up to EditTrust and more cleanup

* PR CleanUP

* Few more tests - up to FeeSummary

* FeeSummary test

* Lint update

* fee summary file clean up
  • Loading branch information
cameron-eyds committed Nov 20, 2023
1 parent 6287b79 commit 8f2c16c
Show file tree
Hide file tree
Showing 118 changed files with 3,554 additions and 5,017 deletions.
8 changes: 5 additions & 3 deletions ppr-ui/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ module.exports = {
'@vue/typescript/recommended'
],
rules: {
'@typescript-eslint/no-explicit-any': ['warn'],
'object-curly-spacing': ['error', 'always'],
'standard/computed-property-even-spacing': 'off',
'vue/multi-word-component-names': 'off',
'vue/no-side-effects-in-computed-properties': 'off',
Expand All @@ -27,9 +29,9 @@ module.exports = {
'vue/prop-name-casing': ['error', 'camelCase'],
'vue/custom-event-name-casing': ['error', 'camelCase']
},
parser: "vue-eslint-parser",
parser: 'vue-eslint-parser',
parserOptions: {
parser: "@typescript-eslint/parser",
sourceType: "module"
parser: '@typescript-eslint/parser',
sourceType: 'module'
}
}
Loading

0 comments on commit 8f2c16c

Please sign in to comment.