edgar calderon
edgar calderon
When running ```ember exam``` it sets the following ember-cli variables as expected: ``` EMBER_CLI_TEST_COMMAND: 'true', EMBER_ENV: 'test' ``` However, when running ```ember exam:iterate N``` the environment defaults to development ```...
Original issue: https://github.com/ember-cli/ember-cli/issues/6970 Parsing options issues for a string with "options" _node test.js foo bar --options '--split 2 --random'_ Issue after: https://github.com/npm/nopt/commit/651d4473946096d341a480bbe56793de3fc706aa. https://regex101.com/r/aoa7GZ/1 Example test.js: ```js var nopt = require("nopt")...
fixes npm install https://travis-ci.org/instructure/ic-ajax ``` npm ERR! peerinvalid The package qunitjs does not satisfy its siblings' peerDependencies requirements! npm ERR! peerinvalid Peer [email protected] wants qunitjs@^1.14.0 ```
This is helpful to inspect xhr requests when doing integration tests but you don't have access to the actual request object directly. I've done something similar with sinon.js using filters...