Skip to content

Instantly share code, notes, and snippets.

View acastro969's full-sized avatar
💻

Alfredo Castro Ranz acastro969

💻
View GitHub Profile
@acastro969
acastro969 / gist:6342a023d9b2e5f64da7249922379728
Created September 6, 2023 19:09
PactProviderVerification
import { Test } from '@nestjs/testing';
import { INestApplication } from '@nestjs/common';
import { PactProviderModule, PactVerifierService } from 'nestjs-pact';
import { WeatherData } from '../../src/products/entities/product.entity';
import { Repository } from 'typeorm';
import { AppModule } from '../../src/app.module';
import { ConfigModule } from '@nestjs/config';
import { getRepositoryToken } from '@nestjs/typeorm';
describe('Verificación de Cambio de Proveedor Pact', () => {