Skip to content
Permalink
Browse files
Added config file
  • Loading branch information
hortonr6 committed Nov 23, 2019
1 parent c143cd7 commit 4ca7ab149d4e998733784a1bd4547261bd07ed79
Showing 1 changed file with 13 additions and 0 deletions.
@@ -0,0 +1,13 @@
'use strict'

module.exports = {
server: {
command: 'node index.js',
port: 8080,
},
launch: {
headless: false,
devtools: true,
timeout:30000
}
}

0 comments on commit 4ca7ab1

Please sign in to comment.