-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Add explanation of Vitest, testing-library and util functions t…
…o MAASUI.md MAASENG-3600 (#5519) - Explained the roles of Vitest and React Testing Library - Explained important testing utility functions - (drive-by) Added `.swp` (Vim temporary buffer) files to `.gitignore` Resolves [MAASENG-3600](https://warthogs.atlassian.net/browse/MAASENG-3600) Co-authored-by: Peter Makowski <[email protected]>
- Loading branch information
1 parent
b8c4ca2
commit a3d8316
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,6 +29,9 @@ cypress.env.json | |
# Visual Studio Code | ||
.vscode | ||
|
||
# Vim | ||
*.swp | ||
|
||
# WebStorm | ||
.idea | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters