Test server, including GraphQL endpoint

This commit is contained in:
Jordan Eldredge 2022-03-09 21:40:01 -08:00
parent 4bdb243933
commit 50fde5c4d3
7 changed files with 563 additions and 7 deletions

View file

@ -9,8 +9,8 @@ module.exports = {
// TODO: Add these as we can...
"/packages/webamp/",
// TODO: Fix config improt so that this can work.
"/packages/skin-database/",
"/packages/webamp-modern/src/__tests__/integration*",
],
testEnvironment: "jsdom",
setupFiles: ["<rootDir>/packages/skin-database/jest-setup.js"],
};