From ae4eb17bb8e21ed13a64d664dbc3b024f4f9e7b3 Mon Sep 17 00:00:00 2001 From: achingbrain Date: Fri, 29 Sep 2023 12:48:42 -0400 Subject: [PATCH] chore: add empty test --- test/index.spec.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/index.spec.ts b/test/index.spec.ts index e69de29..dc3c7bc 100644 --- a/test/index.spec.ts +++ b/test/index.spec.ts @@ -0,0 +1,5 @@ +describe('amino DHT bootstrapper', () => { + it('should start the bootstrapper', () => { + + }) +})