Added Tests :D

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-06-22 19:46:00 +02:00
parent babd4e5f85
commit b951f6d2d1
4 changed files with 81 additions and 21 deletions

View File

@ -1,5 +1,5 @@
import TCGdex from './tcgdex'
import fetch from 'node-fetch'
import fetch from 'isomorphic-unfetch'
TCGdex.fetch = fetch as any