| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent ae028e8 commit 0d77342
5 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,3 @@ | |||
| 1 | 1 | import assert from 'node:assert'; | |
| 2 | 2 | ||
| 3 | - await assert.snapshot("test", "name"); | ||
| 3 | + await assert.snapshot('test', 'name'); | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,4 @@ | |||
| 1 | 1 | import assert from 'node:assert'; | |
| 2 | 2 | ||
| 3 | - await assert.snapshot("test", "name"); | ||
| 4 | - await assert.snapshot("test", "another name"); | ||
| 3 | + await assert.snapshot('test', 'name'); | ||
| 4 | + await assert.snapshot('test', 'another name'); | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,4 @@ | |||
| 1 | 1 | import assert from 'node:assert'; | |
| 2 | 2 | ||
| 3 | - await assert.snapshot("test", "another name"); | ||
| 4 | - await assert.snapshot("test", "non existing"); | ||
| 3 | + await assert.snapshot('test', 'another name'); | ||
| 4 | + await assert.snapshot('test', 'non existing'); | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,3 @@ | |||
| 1 | 1 | import assert from 'node:assert'; | |
| 2 | 2 | ||
| 3 | - await assert.snapshot("test", "snapshot"); | ||
| 3 | + await assert.snapshot('test', 'snapshot'); | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,3 @@ | |||
| 1 | 1 | import assert from 'node:assert'; | |
| 2 | 2 | ||
| 3 | - await assert.snapshot("changed", "snapshot"); | ||
| 3 | + await assert.snapshot('changed', 'snapshot'); | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments