Kamil Myśliwiec
db2a9b5aa3
chore: resolve conflicts
2025-01-09 11:54:46 +01:00
Kamil Myśliwiec
7d3e5c1a38
build: use strict null checks part 5
2024-11-26 14:39:51 +01:00
Marek Dorda
8af7183c30
fix: typings for fastify enableCors method
...
Fastify adapter uses typings from `@fastify/cors` package for `enableCors` method
Fix nestjs/nest#13234
2024-02-22 07:34:33 +01:00
Kamil Myśliwiec
0f904d2cab
chore: update minimum engine version to 16
2023-04-05 13:31:07 +02:00
Kamil Myśliwiec
95e8394b32
test: add inspector e2e tests, add deterministic uuid registry
2022-11-29 09:56:19 +01:00
Kamil Myśliwiec
5b42ab71af
test: add paths mapping and watch mode for unit tests
2022-11-09 11:46:08 +01:00
Kamil Myśliwiec
018c0d24d6
test(cors): skip fastify cors integration tests
2022-06-27 09:32:56 +02:00
Micael Levi (@micalevisk)
5e8c61985b
test(integration): drop the first arg of createNestApplication
2022-06-23 19:21:43 -04:00
Matheus Andrade
282f774d6b
style(): rename tests name to follow global style
...
Some initital tests name used "Should" instead "should", so i rename them
2021-10-09 18:36:52 -03:00
Maciej Sikorski
ec9727093d
feat: allow to config cors async
...
Bump version of the fastify-cors.
Add CorsOptionsDelegate interface.
Add CorsOptionsDelegate as an acceptable type
for every enableCors usage.
Closes nestjs/nest#6118
2021-01-25 22:46:11 +01:00