[Pkg-javascript-commits] [node-liftoff] 09/09: also skip requireLocal test

Paolo Greppi paolog-guest at moszumanska.debian.org
Wed Dec 14 09:06:08 UTC 2016


This is an automated email from the git hooks/post-receive script.

paolog-guest pushed a commit to branch master
in repository node-liftoff.

commit b62d1655bf28150ca6e62dbee6686828549c5628
Author: Paolo Greppi <paolo.greppi at libpf.com>
Date:   Wed Dec 14 09:04:17 2016 +0000

    also skip requireLocal test
---
 debian/patches/00-node_modules.diff | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/debian/patches/00-node_modules.diff b/debian/patches/00-node_modules.diff
index 07ccdaa..0e48b3e 100644
--- a/debian/patches/00-node_modules.diff
+++ b/debian/patches/00-node_modules.diff
@@ -20,3 +20,12 @@ Index: node-liftoff/test/index.js
        expect(app.buildEnvironment().modulePackage).to.equal(require('../node_modules/mocha/package.json'));
      });
  
+@@ -183,7 +183,7 @@ describe('Liftoff', function () {
+ 
+   describe('requireLocal', function () {
+ 
+-    it('should emit `require` with the name of the module and the required module', function (done) {
++    it.skip('should emit `require` with the name of the module and the required module', function (done) {
+       var requireTest = new Liftoff({name:'require'});
+       requireTest.on('require', function (name, module) {
+         expect(name).to.equal('mocha');

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-liftoff.git



More information about the Pkg-javascript-commits mailing list