Skip to content

Virtual IO for testing #53

@sergey-shandar

Description

@sergey-shandar
type Io = {
  readFileSync: ...;
  writeFileSync: ...;
  readFileAsync: ...;
  writeFileAsync: ...;
  fetch: ...;
  document: ...; 
  console_log: ...;
}
/** typedef {{
*  readonly readFileSync: ...;
*  readonly writeFileSync: ...;
*  readonly readFileAsync: ...;
*  readonly writeFileAsync: ...;
*  readonly fetch: ...;
*  readonly document: ...; 
*  readonly console_log: ...;
* }} Io
*/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions