mirror of
https://github.com/tcgdex/javascript-sdk.git
synced 2025-07-03 20:59:20 +00:00
Add Github actions (#9)
* First try Signed-off-by: Avior <florian.bouillon@delta-wings.net> * Removed Nodejs 15.x from tests Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
const TCGdex = require("../dist/cjs/tcgdex.js").default
|
||||
const TCGdex = require("../src/tcgdex").default
|
||||
const fetch = require('node-fetch')
|
||||
|
||||
const fakeFetch = (response, status = 200) => jest.fn(() =>
|
||||
|
Reference in New Issue
Block a user