UNPKG

als-store

Version:

Library for streamlined file management and advanced data caching, featuring intelligent file searching, dynamic cache control, and flexible file operations

3 lines 149 B
const { execSync } = require('child_process'); const [,, path] = process.argv; execSync(`node --test ./tests/${path}.test.js`, { stdio: 'inherit' });