Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EREGCSC-2779 -- Vitest fixes #1404

Merged
merged 31 commits into from
Aug 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
7673a5a
chore: light begin JSDoc annotations; clean up vestigial get method
PhilR8 Aug 7, 2024
200c1c0
Merge branch 'main' into 2778-jsdoc-fixes-updates
PhilR8 Aug 7, 2024
dbd9082
chore: update getRegSearchResults to use passed in API url
PhilR8 Aug 7, 2024
5c311bf
chore: getSupplementalContent using passed in apiUrl; update location…
PhilR8 Aug 7, 2024
1e64180
chore: update getTitles to need apiUrl param
PhilR8 Aug 7, 2024
b22c8ed
chore: getParts cleanup
PhilR8 Aug 7, 2024
66431e7
chore: clean up statues methods and assoc. JSDoc
PhilR8 Aug 7, 2024
318bcbc
chore: cleanup return
PhilR8 Aug 7, 2024
336beb8
chore: fix casing issue; continue to refine JSDoc annotations
PhilR8 Aug 7, 2024
5187263
chore: continue to update api method params to be objects with keys i…
PhilR8 Aug 7, 2024
87bafe0
chore: further work to add consistency to api method param format
PhilR8 Aug 7, 2024
527a5a0
chore: continue
PhilR8 Aug 7, 2024
893b6a2
chore: update getTitles
PhilR8 Aug 8, 2024
f2ff8a6
chore: further work
PhilR8 Aug 8, 2024
e4554ac
chore: finish api.js
PhilR8 Aug 8, 2024
2e483ab
chore: finish filters.js
PhilR8 Aug 8, 2024
e43524d
chore: remove synthetic part that is no longer relevant
PhilR8 Aug 8, 2024
7656c5a
chore: remove some unused methods, update JSDoc annotations, etc
PhilR8 Aug 8, 2024
59faa9e
chore: remove vestigial/unused utility methods
PhilR8 Aug 8, 2024
7a1b95d
Merge branch 'main' into 2778-jsdoc-fixes-updates
PhilR8 Aug 9, 2024
bf80b2e
chore: rebuild package-lock to get vitest to work on new machine
PhilR8 Aug 9, 2024
2ec23a3
test: begin updating/fixing vitest unit tests
PhilR8 Aug 9, 2024
2d8f69b
Merge branch 'main' into 2779-vitest-changes
PhilR8 Aug 13, 2024
4fd1bb2
test: fix rest of utils unit tests
PhilR8 Aug 13, 2024
556470e
test: remove snapshot-only tests in results-item-part
PhilR8 Aug 13, 2024
d0a3d09
test: fix getResultLink tests
PhilR8 Aug 15, 2024
33ccacf
test: fix getResultSnippet tests
PhilR8 Aug 15, 2024
c96bbba
test: all tests pass
PhilR8 Aug 15, 2024
248883e
test: ignore msw folder for vitest coverage stats
PhilR8 Aug 15, 2024
78b66ac
test: add Vitest UI Make command
PhilR8 Aug 15, 2024
759154a
Merge branch 'main' into 2779-vitest-changes
PhilR8 Aug 15, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions solution/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,10 @@ test.vitest.coverage:
cd ui/regulations;\
npm install;\
npm run test-vue-coverage;
test.vitest.ui:
cd ui/regulations;\
npm install;\
npm run test-vue-ui;

##uncomment the -vvv if there are errors running pytest.
test.pytest:
Expand Down
739 changes: 284 additions & 455 deletions solution/ui/e2e/cypress/fixtures/42.431.internal-formatted.js

Large diffs are not rendered by default.

Loading
Loading