Skip to content

Commit 7f8a54d

Browse files
committed
Update tests with three packages: just-bash, zen-test, zen-bash
- packages/just-bash: Succinct basic fs operation tests for just-bash - packages/zen-test: Basic file operations with @zenfs/core (memory backend) - packages/zen-bash: Demonstrates combining just-bash with @zenfs/core All tests pass (37 total tests across 3 packages)
1 parent b382ceb commit 7f8a54d

14 files changed

Lines changed: 569 additions & 414 deletions

File tree

packages/just-bash/.eslintrc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": ["../../.eslintrc.json"]
3+
}

0 commit comments

Comments
 (0)