Source: node-mock-fs Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Jonas Smedegaard , Build-Depends: cmark-gfm , debhelper-compat (= 13), mocha , node-chai , node-semver , Standards-Version: 4.6.1 Homepage: https://github.com/tschaub/mock-fs Vcs-Browser: https://salsa.debian.org/js-team/node-mock-fs Vcs-Git: https://salsa.debian.org/js-team/node-mock-fs.git Rules-Requires-Root: no Package: node-mock-fs Architecture: all Depends: nodejs, ${misc:Depends}, Description: configurable mock for Node.js module fs The "mock-fs" module allows Node's built-in "fs" module to be backed temporarily by an in-memory, mock file system. This lets you run tests against a set of mock files and directories instead of lugging around a bunch of test fixtures. . Node.js is an event-based server-side JavaScript engine.