about summary refs log tree commit diff
path: root/jest/test-pds.ts
diff options
context:
space:
mode:
Diffstat (limited to 'jest/test-pds.ts')
-rw-r--r--jest/test-pds.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/jest/test-pds.ts b/jest/test-pds.ts
index 4915b58e3..01b37efb0 100644
--- a/jest/test-pds.ts
+++ b/jest/test-pds.ts
@@ -41,7 +41,6 @@ function* dateGen() {
     yield new Date(start).toISOString()
     start += 1e3
   }
-  return ''
 }
 
 export async function createServer(): Promise<TestPDS> {