mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-09 10:38:10 -06:00
samples/js/fs fails with ``` + go test -v github.com/attic-labs/noms/samples/js/fs === RUN TestIntegration == Calling npmInstall yarn install v0.19.1 $ cp ../../../js/noms/.babelrc ../.eslintrc.js ../../../js/noms/.flowconfig . [1/4] Resolving packages... success Already up-to-date. $ yarn run build yarn run v0.19.1 $ BABEL_ENV=production babel -d dist src Build step 'Execute shell' marked build as failure ``` We also have: ``` + ls -al /var/workspace/src/github.com/attic-labs/noms/samples/js/fs total 124 drwxrwxrwx 3 112 116 4096 Jan 26 04:08 . drwxrwxrwx 8 112 116 4096 Jan 26 04:08 .. -rw-rw-rw- 1 112 116 59 Jan 26 04:08 .gitignore -rw-rw-rw- 1 112 116 244 Jan 26 04:08 dummy.go -rw-rw-rw- 1 112 116 1162 Jan 26 04:08 integration_test.go -rw-rw-rw- 1 112 116 666 Jan 26 04:08 package.json drwxrwxrwx 2 112 116 4096 Jan 26 04:08 src -rw-rw-rw- 1 112 116 13 Jan 26 04:08 test-data.txt -rw-rw-rw- 1 112 116 93335 Jan 26 04:08 yarn.lock ``` But it is not clear why this is different than the other samples.