aboutsummaryrefslogtreecommitdiff
path: root/test/data/json.json
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2023-12-28 22:15:47 -0500
committerGitHub <noreply@github.com>2023-12-29 03:15:47 +0000
commita51ae1533c54162f14785652e9128f90afb86aed (patch)
treeb9deee8cc0378f2fc9cc223b345ef625915b4433 /test/data/json.json
parent476d7548022ab25cc499f9b3bb712c81a6d3240c (diff)
Database test updates (#461)
* Initial changes * Move test * Disable async * Add createCustomDataTest * Move test case data to JSON file * Update tests * Cleanup * Simplify * Add dedicated test for database clearing * Remove previous clear testing * Remove unused test function * Update values
Diffstat (limited to 'test/data/json.json')
-rw-r--r--test/data/json.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/data/json.json b/test/data/json.json
index abe2e339..83b1b4e0 100644
--- a/test/data/json.json
+++ b/test/data/json.json
@@ -119,6 +119,12 @@
"jsconfig": "test"
},
{
+ "path": "test/data/database-test-cases.json",
+ "typeFile": "types/test/database.d.ts",
+ "type": "DatabaseTestData",
+ "jsconfig": "test"
+ },
+ {
"path": "test/data/json.json",
"typeFile": "types/test/json.d.ts",
"type": "JsonInfo"