Skip to content

Commit

Permalink
test: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Conaclos committed Oct 30, 2024
1 parent 89531ea commit b65b61d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
source: crates/biome_js_analyze/tests/spec_tests.rs
expression: +in+valid.js
snapshot_kind: text
---
# Input
```jsx
Expand All @@ -14,8 +15,8 @@ expression: +in+valid.js
! The filename should be in camelCase or kebab-case or snake_case or equal to the name of an export.
i The filename could be renamed to one of the following names:
+inValid.js
+in-valid.js
+inValid.js
+in_valid.js
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
source: crates/biome_js_analyze/tests/spec_tests.rs
expression: InvalidPascalCase.js
snapshot_kind: text
---
# Input
```jsx
Expand All @@ -15,10 +16,8 @@ InvalidPascalCase.js lint/style/useFilenamingConvention ━━━━━━━━
i The filename could be renamed to one of the following names:
invalid-pascal-case.js
invalid_pascal_case.js
invalidPascalCase.js
invalid_pascal_case.js
```


0 comments on commit b65b61d

Please sign in to comment.