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

Changelog

node-mock-fs (4.10.2-2) unstable; urgency=medium

  * Team upload.
  * No-change source-only upload to allow testing migration. 

 -- Boyuan Yang <email address hidden>  Thu, 31 Oct 2019 12:41:20 -0400

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium 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-2.dsc 2.0 KiB c6042adab3c61445aa0cd896e4317f44ad262e59350a99e25ae80c4fd13a5e6b
node-mock-fs_4.10.2.orig.tar.gz 62.6 KiB c2beae8c69f9cab3b7080495f2063696b5e756c48a8683c7a8798cb3d0d8ccd6
node-mock-fs_4.10.2-2.debian.tar.xz 3.9 KiB 92cc685a3d17ceb7e610522d8161b7bcf59d1c75bb31e462ee5a17d6e3f3f36f

Available diffs

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.