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

Changelog

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

  [ upstream ]
  * new release

  [ Jonas Smedegaard ]
  * update patch 2001

 -- Jonas Smedegaard <email address hidden>  Fri, 28 Aug 2020 13:01:14 +0200

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

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-mock-fs_4.13.0-1.dsc 2.0 KiB 62db148054cc94f71246965cd132bfd0cf587f7594277d8da2db6922432b187f
node-mock-fs_4.13.0.orig.tar.gz 73.9 KiB 0287909740c88d8b025854e3a6e5c1801912384ae22d532b41b80aa25c07fd30
node-mock-fs_4.13.0-1.debian.tar.xz 3.9 KiB 7b97f0a078ba2d74190d10d00c0a564804925fd5518fb48755fdbb88ccc7c2a1

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.