Skip to content

Commit

Permalink
Merge pull request #102 from catuhana/add-tests
Browse files Browse the repository at this point in the history
Add tests and CI step
  • Loading branch information
catuhana authored Jul 18, 2024
2 parents 392a453 + a0eea97 commit 285865d
Show file tree
Hide file tree
Showing 7 changed files with 830 additions and 15 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,8 @@ jobs:
- name: Check formatting
run: pnpm lint:prettier

- name: Run tests
run: pnpm test

- name: Build package
run: pnpm build
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"scripts": {
"build": "unbuild",
"stub": "unbuild --stub",
"test": "vitest",
"lint:prettier": "prettier -c .",
"format:prettier": "prettier --write .",
"prepack": "pnpm build"
Expand All @@ -38,10 +39,11 @@
"@catppuccin/palette": "^1.2.0"
},
"devDependencies": {
"@unocss/core": "^0.61.3",
"@unocss/core": "^0.61.5",
"prettier": "^3.3.3",
"typescript": "^5.5.3",
"unbuild": "^3.0.0-rc.6"
"unbuild": "^3.0.0-rc.7",
"vitest": "^2.0.3"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
Loading

0 comments on commit 285865d

Please sign in to comment.