[
https://issues.apache.org/jira/browse/CB-14155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16519526#comment-16519526
]
ASF GitHub Bot commented on CB-14155:
-------------------------------------
brodybits closed pull request #164: CB-14155 fix btest part 2: export npm script
URL: https://github.com/apache/cordova-js/pull/164
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/package.json b/package.json
index 3f986a9f..67b2dde6 100644
--- a/package.json
+++ b/package.json
@@ -17,6 +17,7 @@
"scripts": {
"eslint": "eslint src test pkg",
"test": "grunt test && npm run eslint",
+ "btest": "grunt btest && npm run eslint",
"build": "grunt compile",
"build-browserify": "grunt compile-browserify"
},
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Fix & export cordova-js btest script
> ------------------------------------
>
> Key: CB-14155
> URL: https://issues.apache.org/jira/browse/CB-14155
> Project: Apache Cordova
> Issue Type: Test
> Components: cordova-js
> Reporter: Chris Brody
> Assignee: Chris Brody
> Priority: Major
>
> The {{grunt btest}} taskĀ (which means "run tests in the browser" ref:
> [tasks/test.js#L32-L35|https://github.com/apache/cordova-js/blob/master/tasks/test.js#L32-L35])
> did not seem to work on my machine for some reason. I am raising this issue
> to fix and export this task.
> As I general principle I would rather fix and revive existing test targets if
> possible (and practical).
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]