Skip to content

Commit

Permalink
ref src not dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmine DiMascio committed Dec 13, 2019
1 parent a80ddab commit 7b800dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sync.install.spec.ts
Expand Up @@ -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, () => {
Expand Down

0 comments on commit 7b800dc

Please sign in to comment.