Unit test passing

This commit is contained in:
Joseph Garrone
2024-02-06 07:28:03 +01:00
parent 884b701fc6
commit 5076c1e93f
5 changed files with 18 additions and 122 deletions

View File

@ -14,7 +14,7 @@
"generate:json-schema": "ts-node scripts/generate-json-schema.ts",
"grant-exec-perms": "node dist/bin/tools/grant-exec-perms.js",
"copy-files": "copyfiles -u 1 src/**/*.ftl src/**/*.java",
"test": "echo 'yarn test:types && vitest run'",
"test": "yarn test:types && vitest run",
"test:keycloakify-starter": "ts-node scripts/test-keycloakify-starter",
"test:types": "tsc -p test/tsconfig.json --noEmit",
"_format": "prettier '**/*.{ts,tsx,json,md}'",