From 9c6c31b903d30327a151a5ee99d687ce171a6c36 Mon Sep 17 00:00:00 2001 From: EdJoPaTo Date: Mon, 27 Nov 2023 06:04:27 +0100 Subject: [PATCH] fixup! test: use node --test --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 7bb2768..83118a1 100644 --- a/package.json +++ b/package.json @@ -27,8 +27,7 @@ }, "xo": { "rules": { - "@typescript-eslint/naming-convention": "off", - "ava/no-ignored-test-files": "off" + "@typescript-eslint/naming-convention": "off" } } }