[Pkg-javascript-commits] [node-buble] 01/01: fix tests

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Nov 5 06:17:00 UTC 2017


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

praveen pushed a commit to branch master
in repository node-buble.

commit c1b70f731ac1d41a9fbe55089f068989865748cd
Author: Pirate Praveen <praveen at debian.org>
Date:   Sun Nov 5 11:46:46 2017 +0530

    fix tests
---
 debian/patches/fix-buble-path.patch | 11 +++++++++++
 debian/patches/series               |  1 +
 2 files changed, 12 insertions(+)

diff --git a/debian/patches/fix-buble-path.patch b/debian/patches/fix-buble-path.patch
new file mode 100644
index 0000000..10ad7ec
--- /dev/null
+++ b/debian/patches/fix-buble-path.patch
@@ -0,0 +1,11 @@
+--- a/test/test.js
++++ b/test/test.js
+@@ -6,7 +6,7 @@
+ var glob = require( 'glob' );
+ var SourceMapConsumer = require( 'source-map' ).SourceMapConsumer;
+ var getLocation = require( './utils/getLocation.js' );
+-var buble = require( '../dist/buble.umd.js' );
++var buble = require( '../dist/index.js' );
+ 
+ require( 'source-map-support' ).install();
+ require( 'console-group' ).install();
diff --git a/debian/patches/series b/debian/patches/series
index 54cc8b9..48fcde8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 find_acorn
+fix-buble-path.patch

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



More information about the Pkg-javascript-commits mailing list