mirror of
https://github.com/tcgdex/javascript-sdk.git
synced 2025-07-05 21:59:20 +00:00
@ -4,7 +4,7 @@ const { default: TCGdex, Query } = require("../src/tcgdex")
|
|||||||
import fetch from 'node-fetch'
|
import fetch from 'node-fetch'
|
||||||
|
|
||||||
// change timeout of execution
|
// change timeout of execution
|
||||||
jest.setTimeout(60000)
|
jest.setTimeout(120000)
|
||||||
|
|
||||||
const fakeFetch = (response, status = 200) => jest.fn(() =>
|
const fakeFetch = (response, status = 200) => jest.fn(() =>
|
||||||
Promise.resolve({
|
Promise.resolve({
|
||||||
|
Reference in New Issue
Block a user