1
1
mirror of https://github.com/c8r/x0.git synced 2024-08-17 09:20:52 +03:00

Edit tests

This commit is contained in:
Brent Jackson 2018-05-25 10:35:48 -04:00
parent 7aff023094
commit 9abca789a0

View File

@ -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()
})