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

Debug tests

This commit is contained in:
Brent Jackson 2018-05-23 09:51:42 -04:00
parent c9498aa0bd
commit ae81b42fee
2 changed files with 1 additions and 2 deletions

View File

@ -120,6 +120,7 @@ const remove = filename => {
}
const getRoutes = async (App) => {
console.log('App', typeof App, typeof App.default)
const routes = await App.getRoutes()
const dynamicRoutes = []

View File

@ -9,8 +9,6 @@ const htmlFile = path.resolve('test/output/index.html')
const propsFile = path.resolve('test/output/props/index.html')
const bundleFile = path.resolve('test/output/bundle.js')
console.log('DEBUG', input)
const options = {
input,
dirname: input,