Skip to content

Commit

Permalink
test: add vitest and iconPacks and emoji unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianWoelki committed Oct 1, 2023
1 parent 88234ea commit e2eb7e4
Show file tree
Hide file tree
Showing 4 changed files with 352 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"docs:preview": "vitepress preview docs",
"build": "rollup --config rollup.config.js --environment BUILD:production",
"release": "mkdir -p dist && mv main.js dist/ && cp src/styles.css dist/ && cp manifest.json dist/",
"test": "vitest",
"lint": "eslint '*/**/*.{js,ts,tsx}' --quiet --fix",
"prettify": "prettier --write '*/**/*.{js,ts,tsx}'"
},
Expand Down Expand Up @@ -51,7 +52,8 @@
"tslib": "^2.6.2",
"twemoji": "^14.0.2",
"typescript": "^4.9.5",
"vitepress": "1.0.0-rc.20"
"vitepress": "1.0.0-rc.20",
"vitest": "^0.34.6"
},
"dependencies": {
"@rollup/plugin-babel": "^6.0.3",
Expand Down
Loading

0 comments on commit e2eb7e4

Please sign in to comment.