Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 856 Bytes

todo.md

File metadata and controls

11 lines (11 loc) · 856 Bytes
  • Make MockRequests.d.ts use [url: string] for objects instead of [p: string]
  • Add support for using fetch("/rest/user/:userId")
  • Add support for mocking NodeJS http and https modules.
  • Convert to TypeScript.
  • Add a new npm CLI config so if third arg (activateMocks) is null, then it reads from e.g. npm start --mock
  • Add both MJS and CJS entry points to support .mjs/ESM node (import) as well as .cjs (require) in node.
    • package.json main for CJS, module for MJS.
    • See ref.