Skip to content

Commit

Permalink
Moving to Vitest with help of jsdom
Browse files Browse the repository at this point in the history
  • Loading branch information
patricknelson committed Jun 3, 2023
1 parent 50f88fe commit 54384d6
Show file tree
Hide file tree
Showing 10 changed files with 2,178 additions and 6,753 deletions.
7 changes: 7 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[*]
charset = utf-8
end_of_line = lf

[{*.js,*.json}]
indent_style = space
indent_size = 2
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.gitattributes eol=lf
*.js eol=lf
*.json eol=lf
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
run: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16
- run: npm ci
- run: npm test
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
.DS_Store
coverage
coverage
.idea/
Loading

0 comments on commit 54384d6

Please sign in to comment.