diff --git a/packages/json/test.js b/packages/json/test.js deleted file mode 100644 index f9845cc430..0000000000 --- a/packages/json/test.js +++ /dev/null @@ -1,11 +0,0 @@ -import { createClient } from '@redis/client'; -import RedisJSON from '.'; - -const client = createClient({ - modules: { - json: RedisJSON, - JSON: RedisJSON - } -}); - -client.JSON. \ No newline at end of file