Skip to content

Commit 3687719

Browse files
Validate Pairs Tool (#30)
* Add vitest for testing * Add test for checking color pair * Add error response * Update missed values * Create a barrel file to simplify imports * Update ci
1 parent e0bd413 commit 3687719

File tree

11 files changed

+1428
-20
lines changed

11 files changed

+1428
-20
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
- name: Build
3030
run: npm run build
3131

32+
- name: Install playwright
33+
run: npx playwright install
34+
3235
- name: Run tests
3336
run: npm test
3437

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,7 @@ logs/
3939
.cursor/rules/byterover-rules.mdc
4040
.kiro/steering/byterover-rules.md
4141
.qoder/rules/byterover-rules.md
42-
.augment/rules/byterover-rules.md
42+
.augment/rules/byterover-rules.md
43+
44+
# Vitest
45+
spec/**/__screenshots__/*

0 commit comments

Comments
 (0)