From a128269a76154dba5997e91b287466c6a30213f3 Mon Sep 17 00:00:00 2001 From: yoshinorin Date: Wed, 16 Aug 2023 12:34:35 +0900 Subject: [PATCH] test: delete requie `register-should` from `.mocharc.yml` (#185) --- .mocharc.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.mocharc.yml b/.mocharc.yml index 2a55f11..56e4eed 100755 --- a/.mocharc.yml +++ b/.mocharc.yml @@ -3,5 +3,3 @@ reporter: spec ui: bdd full-trace: true exit: true -require: - - "chai/register-should"