-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Comparing changes
Open a pull request
base repository: mochajs/mocha
base: 2.3.4
head repository: mochajs/mocha
compare: v2.4.1
Commits on Nov 18, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 4af3866 - Browse repository at this point
Copy the full SHA 4af3866View commit details -
Merge pull request #1967 from krisr/kris-silence-warnings
Silence Bluebird js warnings
Configuration menu - View commit details
-
Copy full SHA for 67d0fac - Browse repository at this point
Copy the full SHA 67d0facView commit details
Commits on Nov 19, 2015
-
Moves Mocha interface allocation to after require option has been processed to allow for use of custom Mocha UI's.
Configuration menu - View commit details
-
Copy full SHA for d596bbb - Browse repository at this point
Copy the full SHA d596bbbView commit details
Commits on Nov 23, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 5a18d67 - Browse repository at this point
Copy the full SHA 5a18d67View commit details
Commits on Dec 1, 2015
-
Rob Raux committed
Dec 1, 2015 Configuration menu - View commit details
-
Copy full SHA for c51119b - Browse repository at this point
Copy the full SHA c51119bView commit details
Commits on Dec 2, 2015
-
13
Configuration menu - View commit details
-
Copy full SHA for 1192914 - Browse repository at this point
Copy the full SHA 1192914View commit details
Commits on Dec 3, 2015
-
Configuration menu - View commit details
-
Copy full SHA for a2a2e6c - Browse repository at this point
Copy the full SHA a2a2e6cView commit details
Commits on Dec 7, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 1cc21a9 - Browse repository at this point
Copy the full SHA 1cc21a9View commit details
Commits on Dec 9, 2015
-
Configuration menu - View commit details
-
Copy full SHA for d09c035 - Browse repository at this point
Copy the full SHA d09c035View commit details -
Merge pull request #1995 from ianwremmel/fix-xunit-hang
make sure the xunit output dir exists before trying to write to it
Configuration menu - View commit details
-
Copy full SHA for 3af1b8a - Browse repository at this point
Copy the full SHA 3af1b8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 77ddbef - Browse repository at this point
Copy the full SHA 77ddbefView commit details
Commits on Dec 14, 2015
-
XUnit Reporter Writes to stdout, falls back to console.log
Fixes #1674; provides support *much* needed for [mocha-phantomjs](https://github.com/nathanboktae/mocha-phantomjs) (see [#133](nathanboktae/mocha-phantomjs#133), [#220](nathanboktae/mocha-phantomjs#220), etc). Maintains support for running the XUnit reporter in a browser (unlike the previously reverted PR #1068). ping @alemangui, @nathanboktae Thanks all.
Configuration menu - View commit details
-
Copy full SHA for c66bc83 - Browse repository at this point
Copy the full SHA c66bc83View commit details
Commits on Dec 16, 2015
-
Fix HTML reporting display to show errors if done is called multiple …
…times, or if an exception is thrown after done is called.
1Configuration menu - View commit details
-
Copy full SHA for ae4fbca - Browse repository at this point
Copy the full SHA ae4fbcaView commit details
Commits on Dec 22, 2015
-
ES5 appears to require that { be escaped when not used as part of a quantifier. While this works fine in browsers it appears to choke less lenient runtimes (e.g. Duktape)
Configuration menu - View commit details
-
Copy full SHA for 2766fc0 - Browse repository at this point
Copy the full SHA 2766fc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08bf74d - Browse repository at this point
Copy the full SHA 08bf74dView commit details -
Merge pull request #1965 from cowboyd/dont-double-install-bdd-ui
Dont double install bdd ui
Configuration menu - View commit details
-
Copy full SHA for e7c4532 - Browse repository at this point
Copy the full SHA e7c4532View commit details
Commits on Dec 24, 2015
-
Merge pull request #2021 from zetaben/patch-1
Fix non ES5 compliant regexp
Joshua Appelman committedDec 24, 2015 Configuration menu - View commit details
-
Copy full SHA for 5d1fdc2 - Browse repository at this point
Copy the full SHA 5d1fdc2View commit details
Commits on Dec 25, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 3134ea4 - Browse repository at this point
Copy the full SHA 3134ea4View commit details -
Merge pull request #2005 from jonnyreeves/patch-1
XUnit Reporter Writes to stdout, falls back to console.log
Configuration menu - View commit details
-
Copy full SHA for c972f0b - Browse repository at this point
Copy the full SHA c972f0bView commit details -
Merge pull request #1999 from tmont/use-strict-fix
support for strict mode
Configuration menu - View commit details
-
Copy full SHA for 50920fc - Browse repository at this point
Copy the full SHA 50920fcView commit details -
Merge pull request #1993 from segrey/master
propagate "file" property across suites and tests for "exports" inter…
Configuration menu - View commit details
-
Copy full SHA for 9d8c154 - Browse repository at this point
Copy the full SHA 9d8c154View commit details -
Merge pull request #1981 from Standard8/fix-done-reporting-on-html
Fix HTML reporting display to show errors if done is called multiple times, or if an exception is thrown after done is called.
Configuration menu - View commit details
-
Copy full SHA for 829df1d - Browse repository at this point
Copy the full SHA 829df1dView commit details -
Merge pull request #1963 from peachworks/perf-basic-prof
Add support --perf-basic-prof
Configuration menu - View commit details
-
Copy full SHA for c3abc07 - Browse repository at this point
Copy the full SHA c3abc07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d0ff9f - Browse repository at this point
Copy the full SHA 1d0ff9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8b42fd - Browse repository at this point
Copy the full SHA f8b42fdView commit details -
2
Configuration menu - View commit details
-
Copy full SHA for a61b1f3 - Browse repository at this point
Copy the full SHA a61b1f3View commit details -
Merge pull request #1976 from iclanzan/patch-1
Simplify function call.
Configuration menu - View commit details
-
Copy full SHA for 4f26ce7 - Browse repository at this point
Copy the full SHA 4f26ce7View commit details
Commits on Dec 26, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 9b1e587 - Browse repository at this point
Copy the full SHA 9b1e587View commit details
Commits on Dec 28, 2015
-
Allow to retry failed test from test context for #1773
- make retries run proper hooks - allow retries override at different levels - expose currentRetry to reporters
Long Ho committedDec 28, 2015 Configuration menu - View commit details
-
Copy full SHA for 7d394ab - Browse repository at this point
Copy the full SHA 7d394abView commit details -
Enable --log-timer-events option
This provides better insights when profiling application using --prof switch. Especially useful when the log is processed by https://v8.googlecode.com/svn/branches/bleeding_edge/tools/profviz/profviz.html.
Configuration menu - View commit details
-
Copy full SHA for 2a32ab2 - Browse repository at this point
Copy the full SHA 2a32ab2View commit details -
Merge pull request #1982 from Alaneor/cli-log-timer-events
Enable --log-timer-events option
Configuration menu - View commit details
-
Copy full SHA for ce3e89a - Browse repository at this point
Copy the full SHA ce3e89aView commit details -
Merge pull request #1989 from longlho/1773-retries
Allow to retry failed test from test context for #1773
Configuration menu - View commit details
-
Copy full SHA for d811eb9 - Browse repository at this point
Copy the full SHA d811eb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb7b2c4 - Browse repository at this point
Copy the full SHA eb7b2c4View commit details -
Merge pull request #1977 from ahamid/handle-phantomjs-undefined
safely stringify PhantomJS undefined value
Configuration menu - View commit details
-
Copy full SHA for 0d3321d - Browse repository at this point
Copy the full SHA 0d3321dView commit details
Commits on Dec 29, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 5bb930f - Browse repository at this point
Copy the full SHA 5bb930fView commit details -
Merge pull request #2028 from stonelgh/remove-reference-to-test-try2
Remove reference to test before afterAll hook runs
Configuration menu - View commit details
-
Copy full SHA for 60ff8d8 - Browse repository at this point
Copy the full SHA 60ff8d8View commit details
Commits on Jan 1, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 5722c2b - Browse repository at this point
Copy the full SHA 5722c2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2694d30 - Browse repository at this point
Copy the full SHA 2694d30View commit details
Commits on Jan 5, 2016
-
Fix for memory leak caused by referenced to deferred test functions
(it/before[Each]/after[Each]). related to #1991.
Configuration menu - View commit details
-
Copy full SHA for 33c825b - Browse repository at this point
Copy the full SHA 33c825bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d017b3e - Browse repository at this point
Copy the full SHA d017b3eView commit details -
Merge pull request #2038 from bd82/travis
Also run Travis-CI on node.js 4 & 5
Configuration menu - View commit details
-
Copy full SHA for 43bedc4 - Browse repository at this point
Copy the full SHA 43bedc4View commit details
Commits on Jan 6, 2016
-
Merge pull request #2037 from bd82/master
Fix for memory leak caused by referenced to deferred test functions
Configuration menu - View commit details
-
Copy full SHA for 63ef07f - Browse repository at this point
Copy the full SHA 63ef07fView commit details -
Merge pull request #2033 from tomhughes/should
Update tests for newer versions of should.js
Configuration menu - View commit details
-
Copy full SHA for 21b5436 - Browse repository at this point
Copy the full SHA 21b5436View commit details
Commits on Jan 9, 2016
-
add clone capability to test, fix async retry, fix #2045
Long Ho committedJan 9, 2016 Configuration menu - View commit details
-
Copy full SHA for 6183ec7 - Browse repository at this point
Copy the full SHA 6183ec7View commit details -
Merge pull request #2047 from longlho/retry-fix
add clone capability to test, fix async retry, fix #2045
Configuration menu - View commit details
-
Copy full SHA for d5c0abc - Browse repository at this point
Copy the full SHA d5c0abcView commit details
Commits on Jan 10, 2016
-
Configuration menu - View commit details
-
Copy full SHA for daf4612 - Browse repository at this point
Copy the full SHA daf4612View commit details
Commits on Jan 11, 2016
-
Merge pull request #2048 from mislav/fix-skip
Fix `this.skip` from spec with HTML reporter
Configuration menu - View commit details
-
Copy full SHA for cbc3952 - Browse repository at this point
Copy the full SHA cbc3952View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65e2984 - Browse repository at this point
Copy the full SHA 65e2984View commit details
Commits on Jan 18, 2016
-
Configuration menu - View commit details
-
Copy full SHA for fdf01b5 - Browse repository at this point
Copy the full SHA fdf01b5View commit details -
Merge pull request #2056 from pra85/patch-1
chore(license): update license year to 2016
Configuration menu - View commit details
-
Copy full SHA for b64d76c - Browse repository at this point
Copy the full SHA b64d76cView commit details
There are no files selected for viewing