Commit b5e8b35
committed
test: migrate deduplication tests to use fs-fixture
Replace manual temporary directory creation with fs-fixture for cleaner and more maintainable test setup. This change addresses PR review feedback from @ryoppippi.
Changes:
- Remove manual filesystem imports (mkdir, mkdtemp, rm, writeFile)
- Use createFixture from fs-fixture package
- Simplify test setup/teardown with fixture lifecycle methods
- Improve readability with declarative directory structure creation1 parent 9e85d53 commit b5e8b35
1 file changed
+134
-145
lines changed
0 commit comments