From fa4a07b4116bb9cf3e7363c35e22079171479e92 Mon Sep 17 00:00:00 2001 From: Evan Sosenko Date: Wed, 8 Feb 2023 21:57:08 -0800 Subject: [PATCH] Add tmp to AVA ignoredByWatcher --- ava.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ava.config.js b/ava.config.js index e211bb4..5b4eff9 100644 --- a/ava.config.js +++ b/ava.config.js @@ -1,3 +1,4 @@ export default { + ignoredByWatcher: ['tmp/**/*'], files: ['**/*.spec.js', '!package/**/*'] }