theprogrammablemind_4wp 7.5.8-beta.69 → 7.5.8-beta.70
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
@@ -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)
|