[jira] [Commented] (ARROW-2297) [JS] babel-jest is not listed as a dev dependency

2018-03-12 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/ARROW-2297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16395542#comment-16395542
 ] 

ASF GitHub Bot commented on ARROW-2297:
---

wesm closed pull request #1737: ARROW-2297: [JS] babel-jest is not listed as a 
dev dependency
URL: https://github.com/apache/arrow/pull/1737
 
 
   

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/js/package.json b/js/package.json
index af3c97f5e3..9bd9d13994 100644
--- a/js/package.json
+++ b/js/package.json
@@ -67,6 +67,7 @@
 "@types/glob": "5.0.35",
 "@types/jest": "22.1.0",
 "ast-types": "0.10.1",
+"babel-jest": "22.4.1",
 "benchmark": "2.1.4",
 "coveralls": "3.0.0",
 "del": "3.0.0",


 


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:
us...@infra.apache.org


> [JS] babel-jest is not listed as a dev dependency
> -
>
> Key: ARROW-2297
> URL: https://issues.apache.org/jira/browse/ARROW-2297
> Project: Apache Arrow
>  Issue Type: Bug
>  Components: JavaScript
>Reporter: Brian Hulette
>Assignee: Brian Hulette
>Priority: Major
>  Labels: pull-request-available
> Fix For: 0.9.0
>
>
> babel-jest is not listed as a dev dependency, leading to the following error 
> on new clones of arrow js:
> {noformat}
> [10:21:08] Starting 'test:ts'...
> ● Validation Error:
>   Module ./node_modules/babel-jest/build/index.js in the transform option was 
> not found.
>   Configuration Documentation:
>   https://facebook.github.io/jest/docs/configuration.html
> [10:21:09] 'test:ts' errored after 306 ms
> [10:21:09] Error: exited with error code: 1
> at ChildProcess.onexit 
> (/tmp/arrow/js/node_modules/end-of-stream/index.js:39:36)
> at emitTwo (events.js:126:13)
> at ChildProcess.emit (events.js:214:7)
> at Process.ChildProcess._handle.onexit (internal/child_process.js:198:12)
> [10:21:09] 'test' errored after 311 ms
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ARROW-2297) [JS] babel-jest is not listed as a dev dependency

2018-03-12 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/ARROW-2297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16395369#comment-16395369
 ] 

ASF GitHub Bot commented on ARROW-2297:
---

TheNeuralBit opened a new pull request #1737: ARROW-2297: [JS] babel-jest is 
not listed as a dev dependency
URL: https://github.com/apache/arrow/pull/1737
 
 
   


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:
us...@infra.apache.org


> [JS] babel-jest is not listed as a dev dependency
> -
>
> Key: ARROW-2297
> URL: https://issues.apache.org/jira/browse/ARROW-2297
> Project: Apache Arrow
>  Issue Type: Bug
>  Components: JavaScript
>Reporter: Brian Hulette
>Assignee: Brian Hulette
>Priority: Major
>  Labels: pull-request-available
>
> babel-jest is not listed as a dev dependency, leading to the following error 
> on new clones of arrow js:
> {noformat}
> [10:21:08] Starting 'test:ts'...
> ● Validation Error:
>   Module ./node_modules/babel-jest/build/index.js in the transform option was 
> not found.
>   Configuration Documentation:
>   https://facebook.github.io/jest/docs/configuration.html
> [10:21:09] 'test:ts' errored after 306 ms
> [10:21:09] Error: exited with error code: 1
> at ChildProcess.onexit 
> (/tmp/arrow/js/node_modules/end-of-stream/index.js:39:36)
> at emitTwo (events.js:126:13)
> at ChildProcess.emit (events.js:214:7)
> at Process.ChildProcess._handle.onexit (internal/child_process.js:198:12)
> [10:21:09] 'test' errored after 311 ms
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)