
pinojs/pino: super fast, all natural json logger - GitHub
Pino is an OPEN Open Source Project. This means that: Individuals making significant and valuable contributions are given commit-access to the project to contribute as they see fit. This …
Pino - Super fast, all natural JSON logger for Node.js
Very low overhead Node.js logger. Using NPM: Using YARN: If you would like to install pino v6, refer to https://github.com/pinojs/pino/tree/v6.x. child.info('hello child!') This produces: For using Pino with a web framework see: The pino-pretty module …
Sinon.JS - Standalone test fakes, spies, stubs and mocks for JavaScript …
Standalone test spies, stubs and mocks for JavaScript. Works with any unit testing framework.
Pine nut - Wikipedia
Pine nuts, also called piñón (Spanish: [piˈɲon]), pinoli (Italian: [piˈnɔːli]), or pignoli, are the edible seeds of pines (family Pinaceae, genus Pinus).
Sinon.JS - npm
JavaScript test spies, stubs and mocks.. Latest version: 20.0.0, last published: 11 days ago. Start using sinon in your project by running `npm i sinon`. There are 4159 other projects in the npm registry using sinon.
Sinon.JS
This is a collection of how to articles for common scenarios using Sinon.JS. Standalone test spies, stubs and mocks for JavaScript. Works with any unit testing framework.
Sandboxes - Sinon.JS
Since Sinon 5, the sinon object is a default sandbox in itself! Unless you have a very advanced setup or need a special configuration, you probably only need to use that one in your tests for easy cleanup. This also means all of the sandbox API is exposed on the default sinon instance. Creates a new sandbox object with spies, stubs, and mocks.
Mocking with Sinon.js: A Comprehensive Guide - DEV Community
Jun 15, 2024 · When it comes to JavaScript, Sinon.js is a powerful library for creating spies, stubs, and mocks, making it easier to test code that relies on external dependencies. This article will explore how to use Sinon.js to mock tests effectively.
Pinion | feathers.dev
Pinion is a flexible task runner and code generator for any language. Using TypeScript, it gives you full flexibility over what you can do with type-safe tasks and templates out of the box. Let's see how you can get started with Pinion in 30 seconds.
Sinon JS Tutorial: A Beginner’s Guide To Mocking - Testim
Feb 15, 2025 · Sinon JS is a popular JavaScript library that lets you replace complicated parts of your code that are hard to test for “placeholders,” so you can keep your unit tests fast and deterministic, as they should be.