From 3acf783d948ebb1907da875ef87b0da9ef2309ff Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Sun, 1 Jan 2023 23:23:57 +0100 Subject: Began adding tests --- .eslintrc.json | 2 ++ 1 file changed, 2 insertions(+) (limited to '.eslintrc.json') diff --git a/.eslintrc.json b/.eslintrc.json index 568bd69..3eb8a99 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -22,6 +22,8 @@ "error", "unix" ], + "node/no-missing-import": ["error", {"allowModules": ["ava"]}], + "node/no-unpublished-import": ["error", {"allowModules": ["ava", "supertest"]}], "quotes": [ "error", "double" -- cgit v1.2.3