dwyl / learn-aws-lambda

✨ Learn how to use AWS Lambda to easily create infinitely scalable web services
1.05k stars 202 forks source link

update tests to use Lab/Code instead of Tape. #31

Closed nelsonic closed 8 years ago

nelsonic commented 8 years ago

Hi @nikhilaravi, As mentioned in: https://github.com/dwyl/learn-aws-lambda/issues/29 I've migrated your tests to use Lab instead of Tape.

nikhilaravi commented 8 years ago

@nelsonic can the runner.js file be deleted if its not being used anymore?

nelsonic commented 8 years ago

@nikhilaravi we can keep the runner.js for now. I've removed the requirement for Babel from it. :+1: Feel free to merge this. once you are happy. thanks.

nikhilaravi commented 8 years ago

@nelsonic sure will merge it now!