Compare commits

...

3 Commits

Author SHA1 Message Date
IgorKlopov
bc49bc335b print the url of the image file 2020-07-21 19:22:43 +03:00
IgorKlopov
58d3502f5b now break a test for sure 2020-07-21 18:27:40 +03:00
IgorKlopov
29775f8e05 break a test 2020-07-21 18:00:29 +03:00

View File

@@ -1842,6 +1842,7 @@ test('deploying a file should not show prompts and display deprecation', async t
t.is(contentType, 'image/png');
t.deepEqual(await readFile(file), await response.buffer());
console.log('>>>>>', stdout);
});
test('deploying more than 1 path should fail', async t => {