We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Finally got time to work on #21
but I'm unable to run specs. I get following error on the current master (7efc095):
epeli@axiostrusty ~/axios (master|!⚡)$ npm test > axios@0.5.0 test /home/epeli/axios > grunt test Running "webpack:global" (webpack) task Version: webpack 1.5.3 Asset Size Chunks Chunk Names axios.js 56527 0 [emitted] main axios.map 67647 0 [emitted] main Running "nodeunit:all" (nodeunit) task Testing http.js..OK Testing buildUrl.js.......OK Testing defaults.js....OK Testing parseHeaders.js.OK Testing spread.js.OK Testing transformData.js..OK Testing forEach.js....OK Testing isX.js......OK Testing merge.js..OK Testing trim.js..OK >> 46 assertions passed (94ms) Running "karma:single" (karma) task INFO [karma]: Karma v0.12.31 server started at http://localhost:9876/ INFO [launcher]: Starting browser PhantomJS INFO [PhantomJS 1.9.8 (Linux)]: Connected on socket b6e-nUZdVz5M2DH6pJbA with id 65106151 PhantomJS 1.9.8 (Linux) ERROR ReferenceError: Can't find variable: getJasmineRequireObj at /home/epeli/axios/node_modules/karma-jasmine-ajax/node_modules/jasmine-ajax/lib/mock-ajax.js:33 Warning: Task "karma:single" failed. Use --force to continue. Aborted due to warnings. npm ERR! Test failed. See above for more details. npm ERR! not ok code 0 epeli@axiostrusty ~/axios (master|!⚡)$
I'm on 64bit Ubuntu Trusty. Any ideas what I'm missing?
The text was updated successfully, but these errors were encountered:
After a bit of poking around, it looks like a problem with the version of Jasmine that's being used. I will update the version being depended upon.
Sorry, something went wrong.
I've pushed the upgrade of Jasmine to master.
Successfully merging a pull request may close this issue.
Finally got time to work on #21
but I'm unable to run specs. I get following error on the current master (7efc095):
I'm on 64bit Ubuntu Trusty. Any ideas what I'm missing?
The text was updated successfully, but these errors were encountered: