UNPKG

scriptable-testlab

Version:

A lightweight, efficient tool designed to manage and update scripts for Scriptable.

17 lines (13 loc) 386 B
/** * Scriptable Mock Components * * This module provides mock implementations for Scriptable.app components. * All mocks are designed to match the behavior of their real counterparts * while running in a Node.js environment. */ // Mock implementation types export * from './types'; // Mock implementations export * from './mocks'; // Mock Registry export * from './registry';