Hi @YosephKS,
I have cloned the starter version,
setup a Moralis testnet server (Ropsten, Polygon, BSC, Avax),
copied the .env file with the server appID and serverUrl and commented the other lines,
created the truffle/.secret file with the words of my Metamask,
copied the truffle/.env file with the speedy nodes key, others as is,
in root folder: âyarnâ to get the dependices (node_modules folder)
in truffle folder: âyarnâ to get dependices here
then âyarn compileâ -> succesfull
then âyarn testâ -> failedâŚ

Did also a: âtruffle compile --allâ -> successfull
But âtruffle testâ -> failsâŚ
How to solve?