diff --git a/test/config.mjs b/test/config.mjs index 67e4c496..2c553d21 100644 --- a/test/config.mjs +++ b/test/config.mjs @@ -50,7 +50,7 @@ const databaseObject = `{ ], }`; -describe.only("configuration file", function () { +describe("configuration file", function () { let container, stderr, stdout, fs; beforeEach(() => {