Skip to content

Commit f3b4bf0

Browse files
committed
fix: bump version in snapshot
1 parent 23ed359 commit f3b4bf0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/benchmark.js-plugin/tests/__snapshots__/unit.test.ts.snap

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ exports[`Benchmark check console output(instrumented=true) 1`] = `
1515
{
1616
"log": [
1717
[
18-
"[CodSpeed] running with @codspeed/benchmark.js v1.0.0",
18+
"[CodSpeed] running with @codspeed/benchmark.js v1.0.1",
1919
],
2020
[
2121
" ✔ Measured packages/benchmark.js-plugin/tests/unit.test.ts::RegExpSingle",
@@ -43,7 +43,7 @@ exports[`Benchmark.Suite check console output(instrumented=true) 1`] = `
4343
{
4444
"log": [
4545
[
46-
"[CodSpeed] running with @codspeed/benchmark.js v1.0.0",
46+
"[CodSpeed] running with @codspeed/benchmark.js v1.0.1",
4747
],
4848
[
4949
" ✔ Measured packages/benchmark.js-plugin/tests/unit.test.ts::thesuite::RegExp",

packages/tinybench-plugin/tests/__snapshots__/unit.test.ts.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ exports[`Benchmark.Suite check console output(instrumented=true) 1`] = `
1515
{
1616
"log": [
1717
[
18-
"[CodSpeed] running with @codspeed/tinybench v1.0.0",
18+
"[CodSpeed] running with @codspeed/tinybench v1.0.1",
1919
],
2020
[
2121
" ✔ Measured packages/tinybench-plugin/tests/unit.test.ts::RegExp",

0 commit comments

Comments
 (0)