Skip to content

Commit ea0ea50

Browse files
author
Igor Savin
committed
fix: Try to fix snapshots
1 parent ed52e58 commit ea0ea50

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

e2e/__tests__/__snapshots__/coverage.test.ts.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ exports[`using template "default" should report coverages 1`] = `
1313
===[ STDERR ]===================================================================
1414
PASS ./Hello.spec.ts
1515
Hello Class
16-
√ should create a new Hello
16+
√ should create a new Hello
1717
1818
Test Suites: 1 passed, 1 total
1919
Tests: 1 passed, 1 total
@@ -36,7 +36,7 @@ exports[`using template "with-babel-7" should report coverages 1`] = `
3636
===[ STDERR ]===================================================================
3737
PASS ./Hello.spec.ts
3838
Hello Class
39-
√ should create a new Hello
39+
√ should create a new Hello
4040
4141
Test Suites: 1 passed, 1 total
4242
Tests: 1 passed, 1 total
@@ -59,7 +59,7 @@ exports[`using template "with-babel-7-string-config" should report coverages 1`]
5959
===[ STDERR ]===================================================================
6060
PASS ./Hello.spec.ts
6161
Hello Class
62-
√ should create a new Hello
62+
√ should create a new Hello
6363
6464
Test Suites: 1 passed, 1 total
6565
Tests: 1 passed, 1 total
@@ -82,7 +82,7 @@ exports[`using template "with-typescript-2-7" should report coverages 1`] = `
8282
===[ STDERR ]===================================================================
8383
PASS ./Hello.spec.ts
8484
Hello Class
85-
√ should create a new Hello
85+
√ should create a new Hello
8686
8787
Test Suites: 1 passed, 1 total
8888
Tests: 1 passed, 1 total

e2e/__tests__/__snapshots__/deep-path.test.ts.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ BRF:0
1616
BRH:0
1717
end_of_record
1818
TN:
19-
SF:<cwd>/src/Tests/Button/click.test.ts
19+
SF:Button/click.test.ts
2020
FN:3,(anonymous_0)
2121
FNF:1
2222
FNH:1
@@ -65,7 +65,7 @@ BRF:0
6565
BRH:0
6666
end_of_record
6767
TN:
68-
SF:<cwd>/src/Tests/Button/click.test.ts
68+
SF:Button/click.test.ts
6969
FN:3,(anonymous_0)
7070
FNF:1
7171
FNH:1
@@ -114,7 +114,7 @@ BRF:0
114114
BRH:0
115115
end_of_record
116116
TN:
117-
SF:<cwd>/src/Tests/Button/click.test.ts
117+
SF:Button/click.test.ts
118118
FN:3,(anonymous_0)
119119
FNF:1
120120
FNH:1
@@ -163,7 +163,7 @@ BRF:0
163163
BRH:0
164164
end_of_record
165165
TN:
166-
SF:<cwd>/src/Tests/Button/click.test.ts
166+
SF:Button/click.test.ts
167167
FN:3,(anonymous_0)
168168
FNF:1
169169
FNH:1

0 commit comments

Comments
 (0)