Skip to content

Commit 0bd2f40

Browse files
committed
import
1 parent bf65120 commit 0bd2f40

File tree

1 file changed

+1
-1
lines changed
  • packages/e2e-tests/test/fixtures

1 file changed

+1
-1
lines changed

packages/e2e-tests/test/fixtures/curl.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env node
22
'use strict';
3-
const fetch = require('node-fetch');
3+
import fetch from 'node-fetch';
44

55
// fetch() an URL and ignore the response body
66
(async function() {

0 commit comments

Comments
 (0)