testing-nestjs
fastify-preact-ssr
Our great sponsors
testing-nestjs | fastify-preact-ssr | |
---|---|---|
7 | 3 | |
2,219 | 42 | |
- | - | |
3.9 | 0.0 | |
4 days ago | almost 2 years ago | |
TypeScript | JavaScript | |
MIT License | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
testing-nestjs
-
Nestjs + pnpm monorepo
To echo the other's here, Nx has been an amazing dev experience for me! I use it for ogma, for nest-commander, testing-nestjs, and for nest-samples and @nest-lab/, all using pnpm as a package manager.
-
Testing in NestJS with Prisma
The prisma sample app in the testing-nestjs repository does a great job on showing how to do testing a NestJS app with Prisma.
-
Test interceptor
Example https://github.com/jmcdo29/testing-nestjs/blob/8519ae7043d1dde5ae12a5d8f8ab02ea3c3c2fcf/apps/complex-sample/src/cat/cat.interceptor.spec.ts
-
What do you want to know GRAPHQL + NESTJS ?
Question: for your e2e tests will you be using something like supertestto send the gql request? And if so, could I suggest you look at pactum which (in my opinion) has a stronger API and better gql support. I've got an example here if you need it
-
Any good tutorial showing you which library to use for dependency injection in a project?
Then there's also a @nestjs/testing package that can be used for overriding these injections during tests to make for super easy unit testing (in my opinion) and a large repo of examples here.
- Anyone who would be willing to show their sample repos?
fastify-preact-ssr
-
Anyone who would be willing to show their sample repos?
Here's a template repo I made for Preact (frontend JavaScript) server-side rendering: https://github.com/sebringrose/fastify-preact-ssr
What are some alternatives?
microservice-template - 📖 Nest.js based microservice repository template
nest-queue - The queue package for your NestJS Applications
axios-auth-refresh - Library that helps you implement automatic refresh of authorization via axios interceptors. You can easily intercept the original request when it fails, refresh the authorization and continue with the original request, without user even noticing.
InversifyJS - A powerful and lightweight inversion of control container for JavaScript & Node.js apps powered by TypeScript.
opentelemetry-js - OpenTelemetry JavaScript Client
typeorm-simple-query-parser - Typeorm Query Parser is url string parser for typeorm.
cron - A NodeJS wrapper around setInterval for expressive cron like repetitive tasks.
nestjs-commander - A module for using NestJS to build up CLI applications
server - Full-Stack NodeJS Framework
nestjs-localization - Nestjs localization provides a convenient way to retrieve strings in various languages, allowing you to easily support multiple languages within your application.
examples - Examples of Mock Service Worker usage with various frameworks and libraries.
ogma - A monorepo for the ogma logger and related packages