chore(rln-reactts): skip tests

This commit is contained in:
fryorcraken.eth 2022-09-23 21:31:50 +10:00
parent 411cd052f3
commit 7ec0a7af95
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"test": "exit 0",
"eject": "craco eject"
},
"eslintConfig": {