Implement supabase and config test environment

This commit is contained in:
2023-11-20 08:58:37 +07:00
parent c08f2490fe
commit 737994356e
7 changed files with 2764 additions and 213 deletions
+3 -1
View File
@@ -5,6 +5,8 @@
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"module": "ESNext",
"skipLibCheck": true,
"types": ["node", "jest", "@testing-library/jest-dom"],
"esModuleInterop": true,
/* Bundler mode */
"moduleResolution": "bundler",
@@ -33,6 +35,6 @@
"@page/*": ["./src/pages/*"]
}
},
"include": ["src"],
"include": ["src", "test"],
"references": [{ "path": "./tsconfig.node.json" }]
}