mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
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
13 lines
247 B
JSON
13 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"
|