@@ -13,7 +13,7 @@ exports[`using template "default" should report coverages 1`] = `
13
13
===[ STDERR ]===================================================================
14
14
PASS ./Hello.spec.ts
15
15
Hello Class
16
- √ should create a new Hello
16
+ √ should create a new Hello
17
17
18
18
Test Suites: 1 passed, 1 total
19
19
Tests: 1 passed, 1 total
@@ -36,7 +36,7 @@ exports[`using template "with-babel-7" should report coverages 1`] = `
36
36
===[ STDERR ]===================================================================
37
37
PASS ./Hello.spec.ts
38
38
Hello Class
39
- √ should create a new Hello
39
+ √ should create a new Hello
40
40
41
41
Test Suites: 1 passed, 1 total
42
42
Tests: 1 passed, 1 total
@@ -59,7 +59,7 @@ exports[`using template "with-babel-7-string-config" should report coverages 1`]
59
59
===[ STDERR ]===================================================================
60
60
PASS ./Hello.spec.ts
61
61
Hello Class
62
- √ should create a new Hello
62
+ √ should create a new Hello
63
63
64
64
Test Suites: 1 passed, 1 total
65
65
Tests: 1 passed, 1 total
@@ -82,7 +82,7 @@ exports[`using template "with-typescript-2-7" should report coverages 1`] = `
82
82
===[ STDERR ]===================================================================
83
83
PASS ./Hello.spec.ts
84
84
Hello Class
85
- √ should create a new Hello
85
+ √ should create a new Hello
86
86
87
87
Test Suites: 1 passed, 1 total
88
88
Tests: 1 passed, 1 total
0 commit comments