Skip to content

Commit

Permalink
test: migrate ts test to vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalexiei committed Jan 1, 2024
1 parent 19d8ab8 commit f827278
Show file tree
Hide file tree
Showing 36 changed files with 4,867 additions and 5,543 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -27,3 +27,6 @@ out

# ignore packaged releases
*.tgz

# vitest temp / cache files
tsconfig.vitest-temp.json
5 changes: 2 additions & 3 deletions .npmignore
Expand Up @@ -8,8 +8,6 @@ bin/
.eslintrc
.gitignore
bower.json
gulpfile.js
karma.conf.js
.github
.circleci
.vscode
Expand All @@ -19,4 +17,5 @@ rollup.config.mjs
.codeclimate.yml
.coveralls.yml
tsconfig*.json
.prettierrc
.prettierrc.json
vitest.workspace.mts

0 comments on commit f827278

Please sign in to comment.