Skip to content

Commit

Permalink
fix: tsd import in js
Browse files Browse the repository at this point in the history
  • Loading branch information
nbbeeken committed Apr 8, 2021
1 parent 626ebde commit 16f0df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/type_check.test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

const tsd = require('tsd');
const tsd = require('tsd').default;
const { expect } = require('chai');

describe('Exported Types', () => {
Expand Down

0 comments on commit 16f0df0

Please sign in to comment.