Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a mock filesystem for testing #69

Open
Klock85 opened this issue Dec 27, 2023 · 1 comment
Open

Use a mock filesystem for testing #69

Klock85 opened this issue Dec 27, 2023 · 1 comment

Comments

@Klock85
Copy link

Klock85 commented Dec 27, 2023

The tests in my PR (#68) write test files to the filesystem and remove them after tests are complete.

I am sure there is a way to do this using a mocked filesystem instead which may be less resource intensive in terms of reads and writes?

@devlopersabbir
Copy link

Check this pull request #65
I think we should use like way our code. Because index.ts file is not fully readable...

Note please check this PR and update me... :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants