mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
v1.207.0
This commit is contained in:
@@ -15,7 +15,7 @@ async function main () {
|
||||
if (!(await (await import("./test-multisource.js")).default)) handleFail();
|
||||
if (!(await (await import("./test-language-fonts.js")).default)) handleFail();
|
||||
if (!(await (await import("./test-adventure-book-contents.js")).default)) handleFail();
|
||||
await (await import("./test-adventure-book-map-grids.js")).default; // don't fail on missing map grids
|
||||
await (await import("./test-adventure-book-map-grids-parents.js")).default; // don't fail on missing map grids
|
||||
if (!(await (await import("./test-foundry.js")).default)) handleFail();
|
||||
process.exit(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user