From 0eaad219114239b693a68110a42b984a4f4f5b29 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Mon, 2 Jan 2023 20:25:51 +0100 Subject: Continue adding tests --- .eslintrc.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.eslintrc.json') diff --git a/.eslintrc.json b/.eslintrc.json index 3eb8a99..8be50d1 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -22,8 +22,7 @@ "error", "unix" ], - "node/no-missing-import": ["error", {"allowModules": ["ava"]}], - "node/no-unpublished-import": ["error", {"allowModules": ["ava", "supertest"]}], + "node/no-unpublished-import": ["error", {"allowModules": ["vitest", "supertest"]}], "quotes": [ "error", "double" -- cgit v1.2.3