pfried / mocking-aws-with-jest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mocking AWS With Jest

An example of using lightweight mocks with Jest primarily for use in Lambda.

  • npm i - install dependencies
  • npm t - run tests

About


Languages

Language:TypeScript 86.7%Language:JavaScript 13.3%