-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Comparing changes
Open a pull request
base repository: mochajs/mocha
base: eb781e25a0c212aca8c39a0c7c82d426442def68
head repository: mochajs/mocha
compare: 18a1055396744e3284b113bb114f52298f5e35ab
Commits on Aug 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6df1284 - Browse repository at this point
Copy the full SHA 6df1284View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d3c584 - Browse repository at this point
Copy the full SHA 9d3c584View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e6e747 - Browse repository at this point
Copy the full SHA 8e6e747View commit details
Commits on Aug 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6d7c32a - Browse repository at this point
Copy the full SHA 6d7c32aView commit details
Commits on Aug 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7297b0a - Browse repository at this point
Copy the full SHA 7297b0aView commit details
Commits on Aug 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5f1cad5 - Browse repository at this point
Copy the full SHA 5f1cad5View commit details
Commits on Aug 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for fafa9b9 - Browse repository at this point
Copy the full SHA fafa9b9View commit details
Commits on Aug 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a3644c6 - Browse repository at this point
Copy the full SHA a3644c6View commit details
Commits on Aug 22, 2019
-
Add link checking to docs build step (#3972)
* Add link checking to docs build step * Update hyperlink to 4.3.0 * Update @mocha/docdash to 2.1.2 * Fix internal broken fragment links from jsdoc comments to front page * Mark source code line fragment link checks as TODO. They are runtime JS generated and can't be found by hyperlink * Document reporters.Base.prototype.epilogue as a member of the right thing, thus not breaking docs links * Update to hyperlink 4.3.1 * Update to jsdoc 3.6.3 * experiment: add acorn 7 as dev dependency to attempt to fix broken build * Fix broken links from tutorial. Use jsdoc link functionality instead of guessign url's * Make hyperlink skipfilter argument windows compatible
Configuration menu - View commit details
-
Copy full SHA for ea26c3d - Browse repository at this point
Copy the full SHA ea26c3dView commit details
Commits on Aug 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f15e988 - Browse repository at this point
Copy the full SHA f15e988View commit details
Commits on Aug 31, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d8ac68f - Browse repository at this point
Copy the full SHA d8ac68fView commit details
Commits on Sep 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 802fb05 - Browse repository at this point
Copy the full SHA 802fb05View commit details
Commits on Sep 9, 2019
-
Improved watching with chokidar (#3980)
Improved watching with chokidar. This change improves the file watching behavior and fixes #3912. * We introduce the `--watch-files` command line option. This option allows control over which files are and is separate and more powerful than `--extension`. Fixes #2702. * We introduce the `--watch-ignore` command line option that allows control over which files are not watched. Before this was hardcoded to `node_modules` and `.git`. See #2554. * The `chokidar` package now handles file watching. * New test files are picked up by the file watcher and run. Fixes #2176. * Watch hidden files based on extension
Configuration menu - View commit details
-
Copy full SHA for 123a0d7 - Browse repository at this point
Copy the full SHA 123a0d7View commit details
Commits on Sep 10, 2019
-
add OpenJS Foundation logo to website (#4008)
* add OpenJS Foundation logo to website * fix flaky template Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
Configuration menu - View commit details
-
Copy full SHA for 6ec07d6 - Browse repository at this point
Copy the full SHA 6ec07d6View commit details
Commits on Sep 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for eed38d7 - Browse repository at this point
Copy the full SHA eed38d7View commit details
Commits on Sep 26, 2019
-
uncaughtException: fix double EVENT_RUN_END events (#4025)
abort runner instead of end event
Configuration menu - View commit details
-
Copy full SHA for 5f8df08 - Browse repository at this point
Copy the full SHA 5f8df08View commit details
Commits on Oct 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ba96962 - Browse repository at this point
Copy the full SHA ba96962View commit details
Commits on Oct 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3633a90 - Browse repository at this point
Copy the full SHA 3633a90View commit details
Commits on Oct 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2de7c18 - Browse repository at this point
Copy the full SHA 2de7c18View commit details
Commits on Oct 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ec17f63 - Browse repository at this point
Copy the full SHA ec17f63View commit details
Commits on Oct 13, 2019
-
special-case parsing of "require" in unparseNodeArgs(); closes #4035 (#…
…4063) Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
Configuration menu - View commit details
-
Copy full SHA for 006d772 - Browse repository at this point
Copy the full SHA 006d772View commit details -
modify alt text of image from Backers to Sponsors inside Sponsors sec…
…tion in Readme (#4046)
Configuration menu - View commit details
-
Copy full SHA for 2aef07d - Browse repository at this point
Copy the full SHA 2aef07dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f78e21f - Browse repository at this point
Copy the full SHA f78e21fView commit details
Commits on Oct 14, 2019
-
Improve reporter documentation for mocha in browser. (#4026)
You can pass the constructor function of your custom reporter in options and mocha will use it.
Configuration menu - View commit details
-
Copy full SHA for 3a0ef50 - Browse repository at this point
Copy the full SHA 3a0ef50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9584202 - Browse repository at this point
Copy the full SHA 9584202View commit details
Commits on Oct 18, 2019
-
update CHANGELOG for v6.2.2 [ci skip]
Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
Configuration menu - View commit details
-
Copy full SHA for 143596f - Browse repository at this point
Copy the full SHA 143596fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a0b38b - Browse repository at this point
Copy the full SHA 8a0b38bView commit details
Commits on Oct 19, 2019
-
2595 Changed runMocha to runMochaJSON in test/integration (#4077)
* duplicate-arguments * suit.spec.js * ui.spec.js * lint error fixed
Configuration menu - View commit details
-
Copy full SHA for f73e7c6 - Browse repository at this point
Copy the full SHA f73e7c6View commit details
Commits on Nov 2, 2019
-
fix sponsors background color for readability (#3988)
Signed-off-by: Outsider <outsideris@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 503d017 - Browse repository at this point
Copy the full SHA 503d017View commit details
Commits on Nov 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ec8e2f8 - Browse repository at this point
Copy the full SHA ec8e2f8View commit details
Commits on Nov 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b9fbd69 - Browse repository at this point
Copy the full SHA b9fbd69View commit details
Commits on Nov 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 46ca9ac - Browse repository at this point
Copy the full SHA 46ca9acView commit details -
Configuration menu - View commit details
-
Copy full SHA for dca588d - Browse repository at this point
Copy the full SHA dca588dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2de0618 - Browse repository at this point
Copy the full SHA 2de0618View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e9c28a - Browse repository at this point
Copy the full SHA 2e9c28aView commit details
Commits on Nov 23, 2019
-
docs: clarify invalid usage of done() (#4101)
When I first read "anything else will cause a failed test" I considered that this might be a typo, and that this should say "a passed test" instead, because after all setting "no error" could mean "no error", right? I then understood that this sentence could also mean that "anything else is a programmer error", i.e. a bug and I was hoping that in _that_ case a clear error would be thrown. I tried things out and indeed found that the latter is the case > Error: done() invoked with non-Error: true This patch attempts to clarify that this is indeed all about a programmer error.
Configuration menu - View commit details
-
Copy full SHA for ebdee97 - Browse repository at this point
Copy the full SHA ebdee97View commit details -
Add a description for installing GraphicsMagick or ImageMagick in doc…
…s/README.md (#4045) * Add a troubleshooting in README for an error about gm * Solve linting * Change dirname from local to anonymous in the example error message * Add mentioning ImageMagick
Configuration menu - View commit details
-
Copy full SHA for 2e816fe - Browse repository at this point
Copy the full SHA 2e816feView commit details
Commits on Nov 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 47dcc5f - Browse repository at this point
Copy the full SHA 47dcc5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4e126f - Browse repository at this point
Copy the full SHA e4e126fView commit details
Commits on Nov 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2f10309 - Browse repository at this point
Copy the full SHA 2f10309View commit details
Commits on Dec 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8c5ed3a - Browse repository at this point
Copy the full SHA 8c5ed3aView commit details
Commits on Dec 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 03b58f2 - Browse repository at this point
Copy the full SHA 03b58f2View commit details
Commits on Dec 13, 2019
-
Type "rs\n" to restart tests, fixes #871 (#3979)
* Type "rs\n" to restart tests, fixes #871 Although the `--watch` feature is somewhat controversial (see #1780), is there any reason not to make it a little easier to use in the meantime? This adds nodemon's shortcut (`rs\n`) for manually restarting. * fix lint errors, add unit test * write to mochaProcess.stdin * Trigger travis build * add documentation * restore trailing whitespace * empty commit (to rerun tests)
Configuration menu - View commit details
-
Copy full SHA for aab8555 - Browse repository at this point
Copy the full SHA aab8555View commit details
Commits on Dec 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d4adfa6 - Browse repository at this point
Copy the full SHA d4adfa6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25363e6 - Browse repository at this point
Copy the full SHA 25363e6View commit details
Commits on Dec 16, 2019
-
Update node-environment-flags to 1.0.6 (#4118)
node-environment-flags 1.0.5 and lower do not contain a LICENSE file which can make compliance difficult.
Configuration menu - View commit details
-
Copy full SHA for d9f5079 - Browse repository at this point
Copy the full SHA d9f5079View commit details
Commits on Dec 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1412dc8 - Browse repository at this point
Copy the full SHA 1412dc8View commit details
Commits on Jan 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 24c22be - Browse repository at this point
Copy the full SHA 24c22beView commit details
Commits on Jan 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3bd2d28 - Browse repository at this point
Copy the full SHA 3bd2d28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35cf39b - Browse repository at this point
Copy the full SHA 35cf39bView commit details
There are no files selected for viewing
Large diffs are not rendered by default.
This file was deleted.
This file was deleted.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Large diffs are not rendered by default.
This file was deleted.
Large diffs are not rendered by default.
This file was deleted.