From a2c51a9d5d9fe9fa320f588898506b51258f836d Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Wed, 2 Apr 2025 21:27:36 +0100 Subject: [PATCH] Fix tests --- frontend/obsidian-plugin/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/obsidian-plugin/package.json b/frontend/obsidian-plugin/package.json index 749941aa..d54690e4 100644 --- a/frontend/obsidian-plugin/package.json +++ b/frontend/obsidian-plugin/package.json @@ -6,7 +6,7 @@ "scripts": { "dev": "webpack watch --mode development", "build": "webpack --mode production", - "test": "jest --passWithNoTests", + "test": "jest", "version": "node version-bump.mjs" }, "keywords": [], @@ -36,4 +36,4 @@ "webpack": "^5.98.0", "webpack-cli": "^6.0.1" } -} +} \ No newline at end of file