create-fhevm-playground-pro 1.0.26 → 1.0.29
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.
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"version": "0.1.0",
|
|
4
4
|
"description": "Base template for fhEVM example projects",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"test": "hardhat compile && mocha --require ts-node/register --require hardhat/register 'test/**/*.test.ts'",
|
|
6
|
+
"test": "hardhat compile && (ls test/*.test.* >/dev/null 2>&1 && mocha --require ts-node/register --require hardhat/register 'test/**/*.test.ts' || echo 'No test files found')",
|
|
7
7
|
"compile": "hardhat compile"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|