Skip to content

Commit

Permalink
fix unit tests: remove mock-fs lib (#179)
Browse files Browse the repository at this point in the history
* move from mock-fs to fs

* fix tests: remove mock-fs lib

* update node version for GH actions
  • Loading branch information
olexandr13 authored Sep 19, 2024
1 parent 67e541c commit 226d7cf
Show file tree
Hide file tree
Showing 7 changed files with 6,991 additions and 215 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Node.js for use with actions
uses: actions/setup-node@v2
with:
node-version: '18'
node-version: '20'
- run: npm install
- run: npm test
env:
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ update_examples/

# Output of 'npm pack'
*.tgz

# tests output
virtual_dir*
Loading

0 comments on commit 226d7cf

Please sign in to comment.