From a86fd9be1e0778cdd2504af5d9017a3b75a8bc48 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Wed, 9 Dec 2020 20:29:56 -0800 Subject: [PATCH] Ignore compiled tests --- packages/ani-cursor/package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/ani-cursor/package.json b/packages/ani-cursor/package.json index 5464e927..981d6e54 100644 --- a/packages/ani-cursor/package.json +++ b/packages/ani-cursor/package.json @@ -23,5 +23,9 @@ "dependencies": { "byte-data": "18.1.1", "riff-file": "^1.0.3" + }, + "jest": { + "modulePathIgnorePatterns": ["dist"] } + }