From 590abcc517759db2b3d43b23e172b6a8f52cfe82 Mon Sep 17 00:00:00 2001 From: Himanshu Dixit Date: Thu, 15 Aug 2024 12:07:00 +0530 Subject: [PATCH] feat: run test --- js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/package.json b/js/package.json index 4791e893246..a3ffcdd5aab 100644 --- a/js/package.json +++ b/js/package.json @@ -4,7 +4,7 @@ "description": "", "main": "lib/index.js", "scripts": { - "test": "jest", + "test": "jest --testMatch=\"**/*.spec.ts\"", "build": "tsc --project . --outDir lib", "build:watch": "tsc --watch --project . --outDir lib --watch", "type-docs": "typedoc",