Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sungwoncho/meteor-mocha-issue
https://github.com/sungwoncho/meteor-mocha-issue
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sungwoncho/meteor-mocha-issue
- Owner: sungwoncho
- Created: 2015-07-22T02:05:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-22T02:06:42.000Z (over 9 years ago)
- Last Synced: 2024-11-01T11:07:04.031Z (2 months ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
➜ mocha-issue meteor test-packages --velocity --driver-package velocity:console-reporter
[[[[[ Tests ]]]]]=> Started proxy.
=> Started MongoDB.
=> Started your app.=> App running at: http://localhost:3000/
W20150722-12:03:20.346(10)? (STDERR) error calling testsComplete function { [Error: Match error: Expected string, got undefined]
W20150722-12:03:20.347(10)? (STDERR) message: 'Match error: Expected string, got undefined',
W20150722-12:03:20.347(10)? (STDERR) path: '',
W20150722-12:03:20.347(10)? (STDERR) sanitizedError:
W20150722-12:03:20.347(10)? (STDERR) { [Error: Match failed [400]]
W20150722-12:03:20.348(10)? (STDERR) error: 400,
W20150722-12:03:20.348(10)? (STDERR) reason: 'Match failed',
W20150722-12:03:20.348(10)? (STDERR) details: undefined,
W20150722-12:03:20.348(10)? (STDERR) message: 'Match failed [400]',
W20150722-12:03:20.348(10)? (STDERR) errorType: 'Meteor.Error' },
W20150722-12:03:20.348(10)? (STDERR) errorType: 'Match.Error' }
PASSED mocha : true => is true
I20150722-12:03:20.489(10)? mocha: 1 tests passed (0ms)
TESTS RAN SUCCESSFULLY
```