We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf65120 commit 0bd2f40Copy full SHA for 0bd2f40
packages/e2e-tests/test/fixtures/curl.js
@@ -1,6 +1,6 @@
1
#!/usr/bin/env node
2
'use strict';
3
-const fetch = require('node-fetch');
+import fetch from 'node-fetch';
4
5
// fetch() an URL and ignore the response body
6
(async function() {
0 commit comments