From 9438282c017aab050bef03a66ebe89c915dddb0a Mon Sep 17 00:00:00 2001 From: Greybeard <security@offshift.io> Date: Thu, 12 Oct 2023 22:23:06 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d15cfbf..8fca8a8 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ yarn ## Testing -The [example test file](./test/index.ts) executes a deposit and withdrawal on-chain in a typescript `node.js` environment. +The [example test file](./test/index.test.ts) executes a deposit and withdrawal on-chain in a typescript `node.js` environment. You can run the tests with: ```sh -- GitLab