Skip to content

MockTypeORM - Never hit the database again while testing.

License

Notifications You must be signed in to change notification settings

cbackas/mock-typeorm

This branch is 7 commits ahead of, 13 commits behind jazimabbas/mock-typeorm:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 28, 2025
2aa2f14 · Jan 28, 2025

History

45 Commits
Jan 28, 2025
Jan 27, 2025
Jan 22, 2025
Dec 11, 2024
Jan 27, 2025
Jun 23, 2024
Jun 23, 2024
Jun 23, 2024
Jun 25, 2024
Jan 28, 2025
Jan 28, 2025
Jan 28, 2025
Aug 17, 2024
Jan 28, 2025
Jun 22, 2024
Jun 22, 2024
Jan 28, 2025

Repository files navigation

Mock TypeORM Test Status

Never hit the database again while testing.

A package for mocking TypeORM that can be utilized with any node.js testing library e.g. Jest, Mocha, Vitest etc..

Installation

To install this package, use the following command:

npm install --save-dev mock-typeorm sinon @types/sinon

Note that Sinon is added as a peer dependency, so you need to install it as well.

Documentation

You can find the MockTypeORM documentation on the website.

About

MockTypeORM - Never hit the database again while testing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.2%
  • JavaScript 4.8%