discord / cloudflare-sample-app

Example discord bot using Cloudflare Workers
MIT License
299 stars 84 forks source link

Add tests to sample app #13

Closed colinloretz closed 1 year ago

colinloretz commented 1 year ago
$ npm test

  Server
    GET /
      ✔ should return a greeting message with the Discord application ID
    POST /
      ✔ should handle a PING interaction
      ✔ should handle an AWW command interaction
      ✔ should handle an invite command interaction
      ✔ should handle an unknown command interaction
    All other routes
      ✔ should return a "Not Found" response

  6 passing (12ms)
JustinBeckwith commented 1 year ago

Looks great!