Skip to content

Commit

Permalink
Fix _require text and globalThis
Browse files Browse the repository at this point in the history
  • Loading branch information
dangdennis committed Nov 1, 2018
1 parent c9acf25 commit a841491
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/_require.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<<<<<<< HEAD
import {URL, URLSearchParams} from 'url';
import fetch, {Headers, Response} from 'node-fetch';
=======
import {URL} from 'url';
import fetch, {Headers} from 'node-fetch';
>>>>>>> e75b4c35e5566b415608442197dfd878d46c3b17

global.fetch = fetch;
global.Headers = Headers;
Expand Down

0 comments on commit a841491

Please sign in to comment.