@mocktomata/io-fs

mocktomata file system IO package

Usage no npm install needed!

<script type="module">
  import mocktomataIoFs from 'https://cdn.skypack.dev/@mocktomata/io-fs';
</script>

README

@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).