Skip to content

Commit

Permalink
Update gmail-login.bsh
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardsmarkf committed Nov 30, 2018
1 parent 15a93af commit 31287c8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gmail-login.bsh
Expand Up @@ -94,7 +94,13 @@ expect <(cat <<'END_OF_GENERATE_APP'
expect -re ".*What type of API are you making.*"
send -- "\r"
## defaults to REST & Realtime via Socket.io
expect -re ".*Which testing framework do you prefer?.*"
send -- "\r"
## defaults to Mocha + assert
expect eof
END_OF_GENERATE_APP
) ## end of feathers generate app

Expand Down

0 comments on commit 31287c8

Please sign in to comment.