Commit Graph

15 Commits (f97aec8c98afc9b724b401aba28bb52b871ea3b4)

Author SHA1 Message Date
Michael Smith 438c904567
chore: cleanup all test files (#293)
## Changes made
- Removed all unused imports, and made sure type imports were labeled
correctly
- Updated all comparisons to be more strict
- Simplified loops to remove unneeded closure functions
- Removed all explicit `any` types
- Updated how strings were defined to follow general TypeScript best
practices

## Notes
- We definitely want some kind of linting setup for this repo. I'm going
to bring this up when Blueberry has its next team meeting next week
7 months ago
Michael Smith 310d0262bd
Merge pull request #273 from coder/mes/readme-update
fix: add missing README information and clean up types
9 months ago
Benjamin Peinhardt 523ad9fe23
update windows-rdp to take share variable (#274)
* update windows-rdp to take share variable

* of course I forgot to run fmt

* make 'owner' default for share

* update share var validation
9 months ago
Parkreiner 6a87fd18e5 fix: make attributes type more specific 10 months ago
Parkreiner cd010baac8 chore: switch codebase to use TS strict mode 10 months ago
Parkreiner ec2c8edfb2 fix: update null check and remove typo 10 months ago
Parkreiner 05a20a9e1f docs: rewrite comment for clarity 10 months ago
Parkreiner 90e15cd90c fix: update string formatting logic to make tests less likely to flake from modifications 10 months ago
Parkreiner 5869eb86d4 chore: finish all initial tests 10 months ago
Parkreiner 25c90001f4 docs: add comment about how regex is set up 10 months ago
Parkreiner 6409ee2bba refactor: clean up current code 10 months ago
Parkreiner 7d366ff92a chore: add first finished test 10 months ago
Parkreiner de00f6334f chore: add type parameter for testRequiredVariables 10 months ago
Parkreiner 83ecba2293 wip: commit current progress 10 months ago
Parkreiner b2807640aa wip: commit progress on main test file 10 months ago