1
1
mirror of https://github.com/c8r/x0.git synced 2024-08-17 01:10:32 +03:00

Adjust test

This commit is contained in:
Brent Jackson 2018-05-25 10:48:02 -04:00
parent ed168abffe
commit b31aacea43

View File

@ -34,12 +34,12 @@ test('static renders', async t => {
test('static uses getInitialProps method', async t => {
const res = await build(options)
console.log(propsFile)
const html = fs.readFileSync(propsFile, 'utf8')
t.snapshot(html)
})
test.skip('static makes a directory', async t => {
clean()
const res = await build(options)
t.pass()
})