@fangzhongya/vue-archive 0.0.13 → 0.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/node/index.cjs +1 -1
- package/dist/node/index.js +1 -1
- package/package.json +1 -1
package/dist/node/index.cjs
CHANGED
|
@@ -3474,7 +3474,7 @@ function getName(obj) {
|
|
|
3474
3474
|
}
|
|
3475
3475
|
function gettests(obj, arr, n) {
|
|
3476
3476
|
const tests = getTestName(obj.key);
|
|
3477
|
-
if (tests && tests.length >
|
|
3477
|
+
if (tests && tests.length > 1 && configObj.generatetype != 3) {
|
|
3478
3478
|
asyncMergeArray(tests, (res, _reject, zv, inde) => {
|
|
3479
3479
|
getLocalTextTests(zv).then((text) => {
|
|
3480
3480
|
arr.push(`### \u793A\u4F8B` + inde + 1);
|
package/dist/node/index.js
CHANGED
|
@@ -3459,7 +3459,7 @@ function getName(obj) {
|
|
|
3459
3459
|
}
|
|
3460
3460
|
function gettests(obj, arr, n) {
|
|
3461
3461
|
const tests = getTestName(obj.key);
|
|
3462
|
-
if (tests && tests.length >
|
|
3462
|
+
if (tests && tests.length > 1 && configObj.generatetype != 3) {
|
|
3463
3463
|
asyncMergeArray(tests, (res, _reject, zv, inde) => {
|
|
3464
3464
|
getLocalTextTests(zv).then((text) => {
|
|
3465
3465
|
arr.push(`### \u793A\u4F8B` + inde + 1);
|