From d7d75abc4214dad2f79ff95e7aa9c9e8ff99e444 Mon Sep 17 00:00:00 2001 From: Nito Buendia Date: Wed, 16 Mar 2022 20:14:06 +0800 Subject: [PATCH] Rename spec to include Spec to allow running --- .../{toHaveSpyInteractions.js => toHaveSpyInteractionsSpec.js} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename spec/core/matchers/{toHaveSpyInteractions.js => toHaveSpyInteractionsSpec.js} (100%) diff --git a/spec/core/matchers/toHaveSpyInteractions.js b/spec/core/matchers/toHaveSpyInteractionsSpec.js similarity index 100% rename from spec/core/matchers/toHaveSpyInteractions.js rename to spec/core/matchers/toHaveSpyInteractionsSpec.js