Skip to content

Commit

Permalink
import
Browse files Browse the repository at this point in the history
  • Loading branch information
paula-stacho committed Feb 29, 2024
1 parent bf65120 commit 0bd2f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e-tests/test/fixtures/curl.js
@@ -1,6 +1,6 @@
#!/usr/bin/env node
'use strict';
const fetch = require('node-fetch');
import fetch from 'node-fetch';

// fetch() an URL and ignore the response body
(async function() {
Expand Down

0 comments on commit 0bd2f40

Please sign in to comment.