fix tests: remove .only

This commit is contained in:
dswbx
2025-11-05 08:20:36 +01:00
parent 80903d4ffa
commit e9f1241ec3
3 changed files with 3 additions and 3 deletions

View File

@@ -108,7 +108,7 @@ describe("App tests", async () => {
expect(Array.from(app.plugins.keys())).toEqual(["test"]);
});
test.only("drivers", async () => {
test("drivers", async () => {
const called: string[] = [];
const app = new App(dummyConnection, undefined, {
drivers: {