ci: do not run react tests

No value in these tests + some issue encountered due to ESM (I assume).
This commit is contained in:
fryorcraken.eth 2022-09-01 10:38:47 +10:00
parent ee4119eefe
commit 08312c73d0
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 1 additions and 1 deletions

View File

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