Created
May 28, 2018 23:16
-
-
Save pgengler/e8d617a6cf43764b31593f8eac6b247d to your computer and use it in GitHub Desktop.
ember-try 1.0.0-beta.3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yarn install v1.6.0 | |
[1/4] Resolving packages... | |
warning ember-cli > [email protected]: Please replace with usage of fs.existsSync | |
warning ember-cli > broccoli-stew > broccoli-funnel > [email protected]: Please replace with usage of fs.existsSync | |
warning ember-cli > ember-cli-preprocess-registry > [email protected]: Please replace with usage of fs.existsSync | |
[2/4] Fetching packages... | |
[3/4] Linking dependencies... | |
warning " > [email protected]" has unmet peer dependency "eslint@>=3.1.0". | |
[4/4] Building fresh packages... | |
Done in 15.33s. | |
=== Scenario: default ========================================================== | |
Could not start watchman | |
Visit https://ember-cli.com/user-guide/#watchman for more info. | |
cleaning up... | |
Built project successfully. Stored in "/Users/pgengler/Projects/foo/ember-try-testcase/tmp/class-tests_dist-4sc5c6le.tmp". | |
ok 1 Chrome 66.0 - ESLint | app: app.js | |
ok 2 Chrome 66.0 - ESLint | app: resolver.js | |
ok 3 Chrome 66.0 - ESLint | app: router.js | |
ok 4 Chrome 66.0 - ESLint | tests: test-helper.js | |
ok 5 Chrome 66.0 - ESLint | tests: unit/fail-test.js | |
not ok 6 Chrome 66.0 - failing test: it fails | |
--- | |
actual: > | |
false | |
expected: > | |
true | |
stack: > | |
at Object.<anonymous> (http://localhost:7357/assets/tests.js:50:14) | |
at runTest (http://localhost:7357/assets/test-support.js:4276:30) | |
at Test.run (http://localhost:7357/assets/test-support.js:4262:6) | |
at http://localhost:7357/assets/test-support.js:4483:12 | |
at advanceTaskQueue (http://localhost:7357/assets/test-support.js:3875:6) | |
at advance (http://localhost:7357/assets/test-support.js:3856:4) | |
message: > | |
failed, expected argument to be truthy, was: false | |
Log: | | |
... | |
ok 7 Chrome 66.0 - ember-qunit: Ember.onerror validation: Ember.onerror is functioning properly | |
1..7 | |
# tests 7 | |
# pass 6 | |
# skip 0 | |
# fail 1 | |
Testem finished with non-zero exit code. Tests failed. | |
Error! | |
The command ember test exited Error: Command failed: /bin/sh -c node "/Users/pgengler/Projects/foo/ember-try-testcase/node_modules/ember-cli/bin/ember" test | |
undefined |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment