Whitespace issues with components and env tags. - #1649
Closed
djanowski wants to merge 2 commits into
Closed
Annotations
5 errors
|
|
|
|
|
test/tags.test.js#L90
AssertionError: expected 'Hi, John Test\n\n!' to be 'Hi, John Test!' // Object.is equality
- Expected
+ Received
- Hi, John Test!
+ Hi, John Test
+
+ !
❯ test/tags.test.js:90:20
|
|
test/render.test.js#L124
AssertionError: expected '<h1>Hello <span>John</span> , nice to…' to be '<h1>Hello <span>John</span>, nice to …' // Object.is equality
Expected: "<h1>Hello <span>John</span>, nice to meet you!</h1>"
Received: "<h1>Hello <span>John</span> , nice to meet you!</h1>"
❯ test/render.test.js:124:31
|
|
test/build.test.js#L184
AssertionError: expected 8 to be 6 // Object.is equality
- Expected
+ Received
- 6
+ 8
❯ test/build.test.js:184:30
|
The logs for this run have expired and are no longer available.
Loading