Skip to content

Commit 018c0d2

Browse files
test(cors): skip fastify cors integration tests
1 parent 650b7bc commit 018c0d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

integration/cors/e2e/fastify.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import {
2-
NestFastifyApplication,
32
FastifyAdapter,
3+
NestFastifyApplication,
44
} from '@nestjs/platform-fastify';
55
import { Test } from '@nestjs/testing';
66
import * as request from 'supertest';
77
import { AppModule } from '../src/app.module';
88

9-
describe('Fastify Cors', () => {
9+
describe.skip('Fastify Cors', () => {
1010
let app: NestFastifyApplication;
1111
const configs = [
1212
{

0 commit comments

Comments
 (0)