-
-
Notifications
You must be signed in to change notification settings - Fork 130
Feature - Vitest test suite for utility functions #137
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
Merged
Mathys-Gasnier
merged 20 commits into
quicksnip-dev:main
from
barrymun:feature/vitest-test-suite
Jan 12, 2025
Merged
Changes from 14 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
31051e3
add vitest package, update pre-commit scripts to include the test com…
barrymun 374455c
Merge branch 'main' into feature/vitest-test-suite
barrymun 7871367
Merge branch 'main' into feature/vitest-test-suite
barrymun f5ea3ed
moving all tests within the tests directory at the root of the project
barrymun 3f42a75
Merge branch 'main' into feature/vitest-test-suite
barrymun ef33bf2
installing tsx, converting root level utils/ scripts to .ts files, ad…
barrymun 05e49b3
Merge branch 'main' into feature/vitest-test-suite
barrymun 607d314
update pre-commit checks and workflow scrips
barrymun 7d1d241
move code prop to undo consolidation changes
barrymun ccc4cc0
remove duplicate code in script
barrymun 411ccb8
testing tsx usage in workflow
barrymun 8d63d17
prefix tsx calls with npx in workflows
barrymun f8d41da
install deps in check-snippets script
barrymun 5dcad06
revert arg object structure conversion for the parseSnippet function
barrymun e0c04f2
Merge branch 'main' into feature/vitest-test-suite
barrymun 4208ae8
update scripts
barrymun 97adaaf
Merge branch 'main' into feature/vitest-test-suite
barrymun 0167af2
remove unused file
barrymun d18a7b9
Merge branch 'main' into feature/vitest-test-suite
barrymun 068c831
replace Array<> generic type with the shorthand []
barrymun File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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 |
---|---|---|
|
@@ -10,6 +10,7 @@ lerna-debug.log* | |
node_modules | ||
dist | ||
dist-ssr | ||
coverage | ||
*.local | ||
*.tsbuildinfo | ||
|
||
|
This file contains hidden or 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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
npm run snippets:check | ||
npm run cspell | ||
npm run lint | ||
npm run test-ci | ||
npm run build |
This file contains hidden or 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 |
---|---|---|
@@ -1,8 +1,9 @@ | ||
node_modules | ||
dist | ||
coverage | ||
snippets | ||
public | ||
.vite | ||
coverage | ||
package-lock.json | ||
.md | ||
.md |
This file contains hidden or 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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
quicksnip | ||
slugified | ||
slugifyed |
This file contains hidden or 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 |
---|---|---|
|
@@ -11,6 +11,7 @@ | |
"ignorePaths": [ | ||
"node_modules", | ||
"dist", | ||
"coverage", | ||
"public" | ||
] | ||
} |
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.