1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Source: node-mock-fs
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Build-Depends: cmark-gfm <!nodoc>
, debhelper-compat (= 13)
, dh-sequence-nodejs
, mocha <!nocheck>
, node-chai <!nocheck>
, node-semver <!nocheck>
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/js-team/node-mock-fs
Vcs-Git: https://salsa.debian.org/js-team/node-mock-fs.git
Homepage: https://github.com/tschaub/mock-fs
Testsuite: autopkgtest-pkg-nodejs
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.
|