Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
didrio committed Jan 27, 2018
1 parent af4676c commit ff1c4cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-agent-test-site/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ const database = {
// getMessages: null,
// }

// add runs as fourth parameter to use PostMan style testing for server-side
agent(server, actions, database, false);
// add runs as fifth parameter to use PostMan style testing for server-side
agent(server, actions, database, false /*, runs */);

0 comments on commit ff1c4cf

Please sign in to comment.