theprogrammablemind 7.5.8-beta.69 → 7.5.8-beta.70
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 +1 -1
- package/package.json +1 -1
package/client.js
CHANGED
@@ -1387,7 +1387,7 @@ const knowledgeModule = async ({
|
|
1387
1387
|
if (runtime.fs && runtime.fs.existsSync(test)) {
|
1388
1388
|
config.tests = JSON.parse(runtime.fs.readFileSync(test))
|
1389
1389
|
} else {
|
1390
|
-
config.tests =
|
1390
|
+
config.tests = []
|
1391
1391
|
}
|
1392
1392
|
}
|
1393
1393
|
config.setTestConfig(testConfig)
|