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

Changelog

node-mock-fs (4.10.4-1) unstable; urgency=medium

  [ upstream ]
  * new release(s)

  [ Jonas Smedegaard ]
  * fix clean generated docs

 -- Jonas Smedegaard <email address hidden>  Sat, 30 Nov 2019 10:55:46 +0100

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
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-mock-fs_4.10.4-1.dsc 2.0 KiB 1578ae9f4e959fce2996ed8b3aae6ba020ae44793cbadcb76eca5d65e2ca9115
node-mock-fs_4.10.4.orig.tar.gz 67.6 KiB ad05497a25d2251a8f8200539e3ff2207a971192e091775d09f160262917130a
node-mock-fs_4.10.4-1.debian.tar.xz 4.2 KiB 29fcc0f0a9644198e76d73340832623afb7f9d8e402912474ef70dd500f3f798

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.