From 61fe23c8d54d3734956c27e8d21c1806e066bfc4 Mon Sep 17 00:00:00 2001 From: Hayden Young Date: Thu, 23 Feb 2023 16:12:21 +0000 Subject: [PATCH] chore: Enable linting of tests. --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 5a1fbdf..42cb30e 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,6 @@ "standard": { "env": "mocha", "ignore": [ - "test/**", "examples/**", "benchmarks/**" ]