7.0.0-beta.11 • Published 3 years ago

@mocktomata/io-fs v7.0.0-beta.11

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@mocktomata/io-fs

mocktomata file system IO package.

This module provides the implementation to interact with the file system. It's signature is string based and not doing any parsing.

This is becuase in browser testing, the data is read through file-server which send the data to io-client as json string.

There is no need to parse and convert the string to object.

Validation of the data is done in respective code (config, plugin, spec and scenario).