From d7ce4191b141ccc61d7e975ae4283938c85fcc4b Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 5 Mar 2025 22:58:19 -0500 Subject: [PATCH] Remove chai-as-promised submodule We've included this in package.json for many years, so this shouldn't be here. --- .gitmodules | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index ffb7808f55..f2a61cbf94 100644 --- a/.gitmodules +++ b/.gitmodules @@ -18,10 +18,6 @@ path = test/resource/mocha url = https://github.com/mochajs/mocha.git branch = master -[submodule "test/resource/chai-as-promised"] - path = test/resource/chai-as-promised - url = https://github.com/domenic/chai-as-promised.git - branch = master [submodule "resource/schema/global"] path = resource/schema/global url = https://github.com/zotero/zotero-schema.git