theprogrammablemind_4wp 7.10.0-beta.16 → 7.10.0-beta.17
Sign up to get free protection for your applications and to get access to all the features.
- package/client.js +2 -2
- package/package.json +1 -1
package/client.js
CHANGED
@@ -1509,8 +1509,8 @@ const knowledgeModuleImpl = async ({
|
|
1509
1509
|
}
|
1510
1510
|
|
1511
1511
|
config.description = description
|
1512
|
-
if (typeof
|
1513
|
-
if (
|
1512
|
+
if (typeof testConfig === 'object') {
|
1513
|
+
if (testConfig.contents) {
|
1514
1514
|
config.tests = testConfig.contents
|
1515
1515
|
test = testConfig.name
|
1516
1516
|
}
|