-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add snapshot tests for stacks (#493)
Signed-off-by: hxtree <[email protected]>
- Loading branch information
Showing
174 changed files
with
5,911 additions
and
482 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 |
---|---|---|
@@ -1,16 +1,34 @@ | ||
* text=auto | ||
|
||
.* text eol=lf | ||
*.css text eol=lf | ||
*.html text eol=lf | ||
*.jade text eol=lf | ||
*.js text eol=lf | ||
*.ts text eol=lf | ||
*.json text eol=lf | ||
*.less text eol=lf | ||
*.scss text eol=lf | ||
*.md text eol=lf | ||
*.sh text eol=lf | ||
*.txt text eol=lf | ||
*.xml text eol=lf | ||
|
||
# TypeScript source file | ||
*.ts text eol=lf | ||
*.ts linguist-detectable=true | ||
*.ts linguist-documentation=false | ||
*.ts linguist-language=TypeScript | ||
*.tsx linguist-detectable=true | ||
*.tsx linguist-documentation=false | ||
*.tsx linguist-language=TypeScript | ||
|
||
# JSON (JavaScript Object Notation) source file | ||
*.json text eol=lf | ||
*.json linguist-detectable=false | ||
*.json linguist-documentation=false | ||
*.json linguist-language=JSON-with-Comments | ||
|
||
# CSS (Cascade Styling Sheets) stylesheet file | ||
*.css text eol=lf | ||
*.css linguist-detectable=true | ||
*.css linguist-documentation=false | ||
*.css linguist-language=CSS | ||
|
||
*.less text eol=lf | ||
*.scss text eol=lf |
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
10 changes: 0 additions & 10 deletions
10
common/changes/@cats-cradle/constructs/bugfix-add-build_2023-10-28-05-20.json
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
common/changes/@cats-cradle/create-artifact/feature-pojo-faker-factory_2023-10-28-21-42.json
This file was deleted.
Oops, something went wrong.
10 changes: 10 additions & 0 deletions
10
common/changes/@cats-cradle/eslint-config/feature-snapshot-test_2023-11-04-19-40.json
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@cats-cradle/eslint-config", | ||
"comment": "", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@cats-cradle/eslint-config" | ||
} |
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
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
Oops, something went wrong.