Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
paula-stacho committed Mar 4, 2024
1 parent 8238dd8 commit 72795f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/import-node-fetch/src/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ describe('makeMultilineJSIntoSingleLine', function () {
const fetch = await importNodeFetch();

expect(fetch).to.exist;
expect(fetch).to.be.a('function');
expect(fetch).to.haveOwnProperty('default');
expect(fetch.default).to.be.a('function');
});
});

0 comments on commit 72795f0

Please sign in to comment.