Skip to content

How to test in development phase? #20

@cookie-ag

Description

@cookie-ag

I tried executing this mock route

//TEST if this works
//Create this route and execute it.
router.get('/mock', function(req,res){
  // processing the request requires some work! 
  var i = 0;
  while (i < 1e5) i++;
  res.send("I counted to " + i);
});

but documented setup, but i never get toobusy() to be true. I tried opening in multiple tables and requesting same or different routes. The process ID simply breaks.

How to confirm if this works in development?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions