Skip to content

Commit

Permalink
chore: ts build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
m03geek committed May 24, 2020
1 parent a07c829 commit 411681a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/__tests__/exports.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { name } from '../../package.json';
import fastifyPlugin = require('../index');

describe(name, () => {
describe('exports plugin', () => {
test('fastify plugin exported', async () => {
expect(fastifyPlugin).toBeDefined();
});
Expand Down

0 comments on commit 411681a

Please sign in to comment.