
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.
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.
Spies - Sinon.JS
What is a test spy? A test spy is a function that records arguments, return value, the value of this and exception thrown (if any) for all its calls. There are two types of spies: Some are anonymous functions, while others wrap methods that already exist in the system under test.
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.
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.
PinOn - GitHub
This package provides PinOn's .eslintrc for Javascript and Typescript as an extensible shared config. JavaScript
Automate repetitive tasks with the Pinion code generator
May 21, 2024 · Pinion is a free, open source, MIT-licensed toolkit for creating code generators. It is a lightweight Node.js package. Though you need to use TypeScript to create code generators with Pinion, you can use Pinion in any project — including those that don’t use Node.js or …
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.