From 7b800dc6853abf473bc7eddae284200f8e257918 Mon Sep 17 00:00:00 2001 From: Carmine DiMascio Date: Fri, 13 Dec 2019 09:12:48 -0500 Subject: [PATCH] ref src not dist --- test/sync.install.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sync.install.spec.ts b/test/sync.install.spec.ts index 1a67efef..f446c583 100644 --- a/test/sync.install.spec.ts +++ b/test/sync.install.spec.ts @@ -3,7 +3,7 @@ import * as express from 'express'; import { expect } from 'chai'; import * as request from 'supertest'; import * as http from 'http'; -import { OpenApiValidator } from '../dist'; +import { OpenApiValidator } from '../src'; import * as packageJson from '../package.json'; describe(packageJson.name, () => {