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:
2021-06-22 20:27:25 +02:00
committed by GitHub
parent 7014e0c511
commit a2f7018aa4
7 changed files with 882 additions and 19 deletions

View File

@ -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(() =>