Skip to content

Commit 77d48e8

Browse files
authored
Merge pull request #480 from ethereum/tests-sf-contract
Add Salesforce contract tests to validate form field mappings
2 parents 11745a8 + 241ad06 commit 77d48e8

File tree

9 files changed

+1618
-32
lines changed

9 files changed

+1618
-32
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010
"postbuild": "next-sitemap",
1111
"start": "next start",
1212
"lint": "next lint",
13-
"type-check": "tsc --noEmit"
13+
"type-check": "tsc --noEmit",
14+
"test": "vitest",
15+
"test:watch": "vitest watch",
16+
"test:ui": "vitest --ui"
1417
},
1518
"dependencies": {
1619
"@chakra-ui/checkbox": "^1.7.1",
@@ -59,13 +62,16 @@
5962
"@types/validator": "^13.7.12",
6063
"@typescript-eslint/eslint-plugin": "^5.62.0",
6164
"@typescript-eslint/parser": "^5.62.0",
65+
"dotenv": "^17.2.3",
6266
"eslint": "^8.56.0",
6367
"eslint-config-next": "^14.2.35",
6468
"eslint-config-prettier": "^9.1.0",
6569
"prettier": "^3.2.5",
6670
"pretty-bytes": "^7.0.0",
71+
"tsx": "^4.7.0",
6772
"typescript": "^5.3.3",
6873
"validator": "^13.15.22",
74+
"vitest": "^3.0.0",
6975
"zod": "^3.22.3"
7076
},
7177
"keywords": [

0 commit comments

Comments
 (0)