From 4783f2651210b90adeed0b4f53ff7a4379101ee5 Mon Sep 17 00:00:00 2001 From: Corey Farrell Date: Sun, 12 Apr 2020 10:22:50 -0400 Subject: [PATCH] Add `tap-snapshots/*.cjs` to default ignore list (#461) --- lib/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/constants.js b/lib/constants.js index f03d6ad6..150f5611 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -7,7 +7,7 @@ const DEFAULT_IGNORES = [ '**/*.min.js', 'vendor/**', 'dist/**', - 'tap-snapshots/*.js' + 'tap-snapshots/*.{cjs,js}' ]; /**