Fix up tests so they run, skip safelink tests for now

This commit is contained in:
Eric Bailey
2026-03-23 17:18:21 -05:00
parent 21ada5240b
commit 2c0327f349
2 changed files with 17 additions and 10 deletions
+5 -1
View File
@@ -14,6 +14,10 @@
"sourceMap": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
"exclude": ["node_modules", "dist"],
"ts-node": {
"logError": true,
"pretty": true /* <= technically not required */
}
}