Skip to content

Commit

Permalink
Update ParseGraphQLServer.spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza committed May 5, 2022
1 parent bf5015b commit ea73ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/ParseGraphQLServer.spec.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const http = require('http');
const express = require('express');
const req = require('../lib/request');
const fetch = (...args) => import('node-fetch').then(({ default: fetch }) => fetch(...args));
const fetch = require('node-fetch');
const FormData = require('form-data');
const ws = require('ws');
require('./helper');
Expand Down

0 comments on commit ea73ac3

Please sign in to comment.