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

Debug tests

This commit is contained in:
Brent Jackson 2018-05-25 10:43:25 -04:00
parent cb8d582bcf
commit ed168abffe
2 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ 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)
})