-
Notifications
You must be signed in to change notification settings - Fork 26
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
feat: vitest and initial tests #42
Commits on Jan 28, 2024
-
Nick VanCise authored and Nick VanCise committed
Jan 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 6cd3702 - Browse repository at this point
Copy the full SHA 6cd3702View commit details -
feat: starting on shared component tests
Nick VanCise authored and Nick VanCise committedJan 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 8de4302 - Browse repository at this point
Copy the full SHA 8de4302View commit details -
feat: add testing library linting
Nick VanCise authored and Nick VanCise committedJan 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 7d37844 - Browse repository at this point
Copy the full SHA 7d37844View commit details -
Nick VanCise authored and Nick VanCise committed
Jan 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 2029ffa - Browse repository at this point
Copy the full SHA 2029ffaView commit details -
Nick VanCise authored and Nick VanCise committed
Jan 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 9210264 - Browse repository at this point
Copy the full SHA 9210264View commit details -
feat: tests for nav component/leaf
Nick VanCise authored and Nick VanCise committedJan 28, 2024 Configuration menu - View commit details
-
Copy full SHA for f5b0d3b - Browse repository at this point
Copy the full SHA f5b0d3bView commit details -
refactor: exclude wasm dir from coverage
Nick VanCise authored and Nick VanCise committedJan 28, 2024 Configuration menu - View commit details
-
Copy full SHA for b79c496 - Browse repository at this point
Copy the full SHA b79c496View commit details -
fix: styled components dropping types
- on 6.1.6 seeing issues similar to: - styled-components/styled-components#4062 - mui/material-ui#15695 - downgrades styled-components
Nick VanCise authored and Nick VanCise committedJan 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 31daf1d - Browse repository at this point
Copy the full SHA 31daf1dView commit details -
fix: update styled components, proper rnd prop passing
- sourced from: https://stackoverflow.com/a/76623553 - had issues with function parameter prop inference with >6.1.1
Nick VanCise authored and Nick VanCise committedJan 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 2851e01 - Browse repository at this point
Copy the full SHA 2851e01View commit details -
refactor: exclude test dir from coverage
- not necessary
Nick VanCise authored and Nick VanCise committedJan 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 48a8e94 - Browse repository at this point
Copy the full SHA 48a8e94View commit details -
feat: modal body and footer tests
Nick VanCise authored and Nick VanCise committedJan 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 8252040 - Browse repository at this point
Copy the full SHA 8252040View commit details -
feat: include test files when using eslint
Nick VanCise authored and Nick VanCise committedJan 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 589e94d - Browse repository at this point
Copy the full SHA 589e94dView commit details -
feat: wrap all context access, more tests, mocking strategy
- not sure if im sold on how I'm mocking so far, but this is food for thought - seems like this may be the best way for me to interact with the global context in tests
Nick VanCise authored and Nick VanCise committedJan 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 52f17b3 - Browse repository at this point
Copy the full SHA 52f17b3View commit details -
feat: exclude files from coverage
- maybe use include if this list grows any more
Nick VanCise authored and Nick VanCise committedJan 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 0b1e319 - Browse repository at this point
Copy the full SHA 0b1e319View commit details -
feat: tests for context access wrapper
Nick VanCise authored and Nick VanCise committedJan 28, 2024 Configuration menu - View commit details
-
Copy full SHA for c5ef93c - Browse repository at this point
Copy the full SHA c5ef93cView commit details -
feat: virtual controls form tests
- tentative impl for tests using media queries - package updates - snapshot updates due to styled components update
Nick VanCise authored and Nick VanCise committedJan 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 5a8a383 - Browse repository at this point
Copy the full SHA 5a8a383View commit details -
refactor: fix spy/mock reset, virtual controls render initlal values …
…from storage if provided
Nick VanCise authored and Nick VanCise committedJan 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 4637d68 - Browse repository at this point
Copy the full SHA 4637d68View commit details -
Nick VanCise authored and Nick VanCise committed
Jan 28, 2024 Configuration menu - View commit details
-
Copy full SHA for db13155 - Browse repository at this point
Copy the full SHA db13155View commit details -
- fixes download mime type - remove dynamic anchor - adds tests
Nick VanCise authored and Nick VanCise committedJan 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 724362f - Browse repository at this point
Copy the full SHA 724362fView commit details -
Nick VanCise authored and Nick VanCise committed
Jan 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 221e786 - Browse repository at this point
Copy the full SHA 221e786View commit details -
Nick VanCise authored and Nick VanCise committed
Jan 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 1196a28 - Browse repository at this point
Copy the full SHA 1196a28View commit details -
refactor: define env vars in .d.ts
Nick VanCise authored and Nick VanCise committedJan 28, 2024 Configuration menu - View commit details
-
Copy full SHA for c7fb867 - Browse repository at this point
Copy the full SHA c7fb867View commit details -
feat: navigation menu spec, add msw
- adds navigation menu tests - adds msw - adds auth provider to render with context
Nick VanCise authored and Nick VanCise committedJan 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 4ce068a - Browse repository at this point
Copy the full SHA 4ce068aView commit details -
Nick VanCise authored and Nick VanCise committed
Jan 28, 2024 Configuration menu - View commit details
-
Copy full SHA for db950b4 - Browse repository at this point
Copy the full SHA db950b4View commit details -
Nick VanCise authored and Nick VanCise committed
Jan 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 0ec1f52 - Browse repository at this point
Copy the full SHA 0ec1f52View commit details -
feat: upload/rom save to server specs
Nick VanCise authored and Nick VanCise committedJan 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 7171cd5 - Browse repository at this point
Copy the full SHA 7171cd5View commit details -
Nick VanCise authored and Nick VanCise committed
Jan 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 5386776 - Browse repository at this point
Copy the full SHA 5386776View commit details -
Nick VanCise authored and Nick VanCise committed
Jan 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 60e4d1c - Browse repository at this point
Copy the full SHA 60e4d1cView commit details -
- modal container spec - bumps testing deps
Nick VanCise authored and Nick VanCise committedJan 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 43d3f77 - Browse repository at this point
Copy the full SHA 43d3f77View commit details -
Nick VanCise authored and Nick VanCise committed
Jan 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 83be42d - Browse repository at this point
Copy the full SHA 83be42dView commit details -
chore: periodic package updates
Nick VanCise authored and Nick VanCise committedJan 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 31375c9 - Browse repository at this point
Copy the full SHA 31375c9View commit details -
refactor: keybindings form validation assertions
Nick VanCise authored and Nick VanCise committedJan 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 8b704ff - Browse repository at this point
Copy the full SHA 8b704ffView commit details -
Nick VanCise authored and Nick VanCise committed
Jan 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 620d5f9 - Browse repository at this point
Copy the full SHA 620d5f9View commit details -
Nick VanCise authored and Nick VanCise committed
Jan 28, 2024 Configuration menu - View commit details
-
Copy full SHA for c2a6ece - Browse repository at this point
Copy the full SHA c2a6eceView commit details -
Nick VanCise authored and Nick VanCise committed
Jan 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 1e7419c - Browse repository at this point
Copy the full SHA 1e7419cView commit details -
- see: jsdom/jsdom#3659
Nick VanCise authored and Nick VanCise committedJan 28, 2024 Configuration menu - View commit details
-
Copy full SHA for ff20b78 - Browse repository at this point
Copy the full SHA ff20b78View commit details -
Nick VanCise authored and Nick VanCise committed
Jan 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 6317b08 - Browse repository at this point
Copy the full SHA 6317b08View commit details -
refactor: use testing selector
Nick VanCise authored and Nick VanCise committedJan 28, 2024 Configuration menu - View commit details
-
Copy full SHA for b3a5e6b - Browse repository at this point
Copy the full SHA b3a5e6bView commit details -
- todo: tentatively refactor all tour tests - may want to test for # of steps
Nick VanCise authored and Nick VanCise committedJan 28, 2024 Configuration menu - View commit details
-
Copy full SHA for f57b705 - Browse repository at this point
Copy the full SHA f57b705View commit details -
Nick VanCise authored and Nick VanCise committed
Jan 28, 2024 Configuration menu - View commit details
-
Copy full SHA for b2f0f16 - Browse repository at this point
Copy the full SHA b2f0f16View commit details -
chore: testing package updates
Nick VanCise authored and Nick VanCise committedJan 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 4eda476 - Browse repository at this point
Copy the full SHA 4eda476View commit details
Commits on Jan 29, 2024
-
Nick VanCise authored and Nick VanCise committed
Jan 29, 2024 Configuration menu - View commit details
-
Copy full SHA for 316cafa - Browse repository at this point
Copy the full SHA 316cafaView commit details
Commits on Jan 30, 2024
-
- additional readme update
Nick VanCise authored and Nick VanCise committedJan 30, 2024 Configuration menu - View commit details
-
Copy full SHA for 392c9fb - Browse repository at this point
Copy the full SHA 392c9fbView commit details
Commits on Feb 2, 2024
-
chore: testing package updates
Nick VanCise authored and Nick VanCise committedFeb 2, 2024 Configuration menu - View commit details
-
Copy full SHA for 3cb48ec - Browse repository at this point
Copy the full SHA 3cb48ecView commit details -
refactor: screen initial bounds test
Nick VanCise authored and Nick VanCise committedFeb 2, 2024 Configuration menu - View commit details
-
Copy full SHA for 6fc6ee1 - Browse repository at this point
Copy the full SHA 6fc6ee1View commit details
Commits on Feb 4, 2024
-
refactor: screen validate gripper handles
Nick VanCise authored and Nick VanCise committedFeb 4, 2024 Configuration menu - View commit details
-
Copy full SHA for d22bf17 - Browse repository at this point
Copy the full SHA d22bf17View commit details -
Nick VanCise authored and Nick VanCise committed
Feb 4, 2024 Configuration menu - View commit details
-
Copy full SHA for a5678cd - Browse repository at this point
Copy the full SHA a5678cdView commit details
Commits on Feb 5, 2024
-
refactor: remove explicit timeout
Nick VanCise authored and Nick VanCise committedFeb 5, 2024 Configuration menu - View commit details
-
Copy full SHA for 449f694 - Browse repository at this point
Copy the full SHA 449f694View commit details -
feat: control panel spec, accessible buttons
- control panel spec - accessible buttons - remove unnecessary props - fix aria labels
Nick VanCise authored and Nick VanCise committedFeb 5, 2024 Configuration menu - View commit details
-
Copy full SHA for bd93d9a - Browse repository at this point
Copy the full SHA bd93d9aView commit details