failing tests for #312

This commit is contained in:
Rich Harris
2018-07-23 14:31:11 -04:00
parent 39eb3be01e
commit f8c731ca21
4 changed files with 6 additions and 38 deletions

View File

@@ -629,7 +629,6 @@ function run({ mode, basepath = '' }) {
.evaluate(() => document.querySelector('#sapper').textContent)
.then(text => {
assert.deepEqual(text.split('\n').filter(Boolean), [
'x: foo 1',
'y: bar 1',
'z: baz 1'
]);
@@ -642,7 +641,6 @@ function run({ mode, basepath = '' }) {
})
.then(text => {
assert.deepEqual(text.split('\n').filter(Boolean), [
'x: foo 1',
'y: bar 1',
'z: qux 2'
]);