Skip to content

Commit 271ce21

Browse files
committed
fix: tsd import in js
1 parent 828061e commit 271ce21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/type_check.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
const tsd = require('tsd');
3+
const tsd = require('tsd').default;
44
const { expect } = require('chai');
55

66
describe('Exported Types', () => {

0 commit comments

Comments
 (0)