theprogrammablemind_4wp 7.5.8-beta.60 → 7.5.8-beta.61
Sign up to get free protection for your applications and to get access to all the features.
- package/client.js +1 -1
- package/package.json +1 -1
package/client.js
CHANGED
@@ -1383,7 +1383,7 @@ const knowledgeModule = async ({
|
|
1383
1383
|
if (runtime.fs && runtime.fs.existsSync(test)) {
|
1384
1384
|
config.tests = JSON.parse(runtime.fs.readFileSync(test))
|
1385
1385
|
} else {
|
1386
|
-
config.tests =
|
1386
|
+
config.tests = []
|
1387
1387
|
}
|
1388
1388
|
}
|
1389
1389
|
config.setTestConfig(testConfig)
|