minimal fork of nanospy, with more features
The tinyspyminimal is a fork of nanospy, providing more features in a 10KB package designed for minimal and easy testing with no dependencies. Initially created for use in vitest, it can also be used in jest and other test environments.
The tinyspyminimal package is a lightweight and versatile tool for testing in various environments. With features like the ability to reset calls and handle Promises, it offers a convenient solution for those looking to conduct minimal and efficient testing without dependencies.
Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.