Skip to content

Commit dff7d80

Browse files
remove tests that are useless now that I merged the themed json files into one file each (#1229)
1 parent 8537b71 commit dff7d80

File tree

4 files changed

+1
-205
lines changed

4 files changed

+1
-205
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"build:figma": "tsx scripts/buildFigma.ts",
3030
"build:config": "tsc -p build.tsconfig.jsonc && tsx ./scripts/copyDir.ts src/types dist/build/types",
3131
"clean": "rm -rf dist",
32-
"validate:tokenJson": "tsx scripts/diffThemes.ts && tsx scripts/diffTokenProps.ts",
3332
"validate:contrast": "tsx scripts/colorContrast.ts",
3433
"format": "prettier --check '**/*.{js,jsx,ts,tsx,md,mdx,css}'",
3534
"format:fix": "prettier --write '**/*.{js,jsx,ts,tsx,md,mdx,css}'",
@@ -78,4 +77,4 @@
7877
"zod": "3.23",
7978
"zod-validation-error": "3.4"
8079
}
81-
}
80+
}

scripts/diffThemes.test.ts

Lines changed: 0 additions & 44 deletions
This file was deleted.

scripts/diffThemes.ts

Lines changed: 0 additions & 79 deletions
This file was deleted.

scripts/diffTokenProps.ts

Lines changed: 0 additions & 80 deletions
This file was deleted.

0 commit comments

Comments
 (0)