[Pkg-javascript-commits] [node-browser-pack] 07/141: testling tests

Bastien Roucariès rouca at moszumanska.debian.org
Thu May 4 10:23:20 UTC 2017


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

rouca pushed a commit to branch master
in repository node-browser-pack.

commit a25bb67d27cf86ae0c8d0828035f7681c63c849d
Author: James Halliday <mail at substack.net>
Date:   Mon Feb 11 00:40:17 2013 -0800

    testling tests
---
 package.json | 10 ++++++++++
 test/pack.js |  0
 2 files changed, 10 insertions(+)

diff --git a/package.json b/package.json
index 5d090ab..8c648a7 100644
--- a/package.json
+++ b/package.json
@@ -18,6 +18,16 @@
     "scripts": {
         "test": "tap test/*.js"
     },
+    "testling" : {
+        "files" : "test/*.js",
+        "browsers" : [
+            "ie/8", "ie/9", "ie/10",
+            "chrome/15", "chrome/latest",
+            "firefox/10", "firefox/latest",
+            "safari/latest",
+            "opera/latest"
+        ]
+    },
     "repository": {
         "type": "git",
         "url": "git://github.com/substack/browser-pack.git"
diff --git a/test/pack.js b/test/pack.js
old mode 100755
new mode 100644

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



More information about the Pkg-javascript-commits mailing list