From 26d509e5075f838bb7244cbe751c6c6335434c03 Mon Sep 17 00:00:00 2001 From: sunshine <1005032220@qq.com> Date: Fri, 11 Feb 2022 08:26:56 +0000 Subject: [PATCH] update test/unit/index.js. --- test/unit/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/index.js b/test/unit/index.js index fe6a519..e5f120b 100644 --- a/test/unit/index.js +++ b/test/unit/index.js @@ -1,7 +1,7 @@ import Vue from 'vue' Vue.config.productionTip = false - +//modifuly // require all test files (files that ends with .spec.js) const testsContext = require.context('./specs', true, /\.spec$/) testsContext.keys().forEach(testsContext) -- Gitee