node-mock-fs 4.10.2-1 source package in Ubuntu

Changelog

node-mock-fs (4.10.2-1) unstable; urgency=low

  * Initial release.
    Closes: Bug#943333.

 -- Jonas Smedegaard <email address hidden>  Wed, 23 Oct 2019 17:22:56 +0200

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-mock-fs_4.10.2-1.dsc 2.0 KiB 3522fb5b9fe6f038a2df6b55cf74991d82d68fa9bd024a228d9964dc6cd7d033
node-mock-fs_4.10.2.orig.tar.gz 62.6 KiB c2beae8c69f9cab3b7080495f2063696b5e756c48a8683c7a8798cb3d0d8ccd6
node-mock-fs_4.10.2-1.debian.tar.xz 3.9 KiB e4526ed3b489d14a48cb2b17d2358be54ea2014a6679c5f9d2a9029d83ab3d91

No changes file available.

Binary packages built by this source

node-mock-fs: 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.