UNPKG

testcontainers

Version:

Testcontainers is a NodeJS library that supports tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container

2 lines (1 loc) 84 B
export declare function withFileLock<T>(fileName: string, fn: () => T): Promise<T>;