theprogrammablemind 7.10.0-beta.16 → 7.10.0-beta.17
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/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
|
}
|