The Wayback Machine - https://web.archive.org/web/20220525163752/https://github.com/topics/nestjs
Skip to content
#

Nest

nestjs logo

Nest (NestJS) is a framework for building efficient, scalable Node.js server-side applications. It uses progressive JavaScript, is built with and fully supports TypeScript (yet still enables developers to code in pure JavaScript) and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming).

Nest provides an out-of-the-box application architecture which allows developers and teams to create highly testable, scalable, loosely coupled, and easily maintainable applications.

Here are 5,238 public repositories matching this topic...

ToolJet
amplication
tupe12334
tupe12334 commented May 23, 2022

What happened?

In the test packages/amplication-server/src/core/workspace/workspace.resolver.spec.ts We use new Date() instead of declaring a NOW variable.
This makes the test depend on outside data and may fall like in this example: https://github.com/amplication/amplication/runs/6536268805?check_suite_focus=true

What you expected to happen

We need to declare a static time variabl

type: bug good first issue @amplication/server

Created by NestJS

Released May 14, 2017

Latest release 12 days ago

Repository
nestjs/nest
Website
nestjs.com