From 9abca789a071140ba75e1080e85e3c3502728b06 Mon Sep 17 00:00:00 2001 From: Brent Jackson Date: Fri, 25 May 2018 10:35:48 -0400 Subject: [PATCH] Edit tests --- test/build.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/build.js b/test/build.js index 1b28a8e..1aaf42c 100644 --- a/test/build.js +++ b/test/build.js @@ -38,9 +38,7 @@ test('static uses getInitialProps method', async t => { t.snapshot(html) }) -test('static makes a directory', async t => { - // fs.remove(output) - clean() +test.skip('static makes a directory', async t => { const res = await build(options) t.pass() })