forked from Lainports/freebsd-ports
A simple selfhosted message service with nice UI and a client for Android. Thanks a lot for help I received here: https://github.com/gotify/server/issues/199
12 lines
247 B
JSON
12 lines
247 B
JSON
--- ui/tsconfig.json.orig 2024-10-11 13:53:39 UTC
|
|
+++ ui/tsconfig.json
|
|
@@ -38,7 +38,8 @@
|
|
"acceptance-tests",
|
|
"webpack",
|
|
"jest",
|
|
- "src/setupTests.ts"
|
|
+ "src/setupTests.ts",
|
|
+ "**/test/*.ts"
|
|
],
|
|
"include": [
|
|
"src"
|