Skip to content

Commit

Permalink
update snapshot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Dec 13, 2024
1 parent 9c947f7 commit 165f7a7
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 42 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
source: crates/biome_cli/tests/snap_test.rs
expression: content
snapshot_kind: text
---
## `biome.json`

Expand Down Expand Up @@ -51,12 +52,6 @@ src/index.js organizeImports ━━━━━━━━━━━━━━━━━
3 3 │
```

```block
Skipped 1 suggested fixes.
If you wish to apply the suggested (unsafe) fixes, use the command biome check --fix --unsafe
```

```block
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
source: crates/biome_cli/tests/snap_test.rs
expression: content
snapshot_kind: text
---
## `file.astro`

Expand Down Expand Up @@ -39,12 +40,6 @@ file.astro organizeImports ━━━━━━━━━━━━━━━━━
5 5 │ <div></div>
```

```block
Skipped 1 suggested fixes.
If you wish to apply the suggested (unsafe) fixes, use the command biome check --fix --unsafe
```

```block
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
source: crates/biome_cli/tests/snap_test.rs
expression: content
snapshot_kind: text
---
## `file.svelte`

Expand Down Expand Up @@ -39,12 +40,6 @@ file.svelte organizeImports ━━━━━━━━━━━━━━━━━
5 5 │ <div></div>
```

```block
Skipped 1 suggested fixes.
If you wish to apply the suggested (unsafe) fixes, use the command biome check --fix --unsafe
```

```block
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
source: crates/biome_cli/tests/snap_test.rs
expression: content
snapshot_kind: text
---
## `file.vue`

Expand Down Expand Up @@ -39,12 +40,6 @@ file.vue organizeImports ━━━━━━━━━━━━━━━━━━
5 5 │ <template></template>
```

```block
Skipped 1 suggested fixes.
If you wish to apply the suggested (unsafe) fixes, use the command biome check --fix --unsafe
```

```block
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
source: crates/biome_cli/tests/snap_test.rs
expression: content
snapshot_kind: text
---
## `index.css`

Expand Down Expand Up @@ -113,12 +114,6 @@ reporter/analyzer ━━━━━━━━━━━━━━━━━━━━
```

```block
Skipped 2 suggested fixes.
If you wish to apply the suggested (unsafe) fixes, use the command biome check --write --unsafe
```

```block
Checked 3 files in <TIME>. No fixes applied.
Found 49 errors.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
source: crates/biome_cli/tests/snap_test.rs
expression: content
snapshot_kind: text
---
## `biome.json`

Expand All @@ -18,12 +19,6 @@ import * as something from "../something";

# Emitted Messages

```block
Skipped 1 suggested fixes.
If you wish to apply the suggested (unsafe) fixes, use the command biome check --fix --unsafe
```

```block
Checked 1 file in <TIME>. No fixes applied.
```
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
source: crates/biome_cli/tests/snap_test.rs
expression: content
snapshot_kind: text
---
## `check.js`

Expand Down Expand Up @@ -34,12 +35,6 @@ check.js organizeImports ━━━━━━━━━━━━━━━━━━
3 3 │
```

```block
Skipped 1 suggested fixes.
If you wish to apply the suggested (unsafe) fixes, use the command biome check --fix --unsafe
```

```block
Expand Down

0 comments on commit 165f7a7

Please sign in to comment.