mocha 11.0.0-beta → 11.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/mocha.js +2 -2
- package/package.json +1 -1
package/mocha.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// mocha@11.0.
|
|
1
|
+
// mocha@11.0.1 in javascript ES2018
|
|
2
2
|
(function (global, factory) {
|
|
3
3
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
|
|
4
4
|
typeof define === 'function' && define.amd ? define(factory) :
|
|
@@ -19201,7 +19201,7 @@
|
|
|
19201
19201
|
};
|
|
19202
19202
|
|
|
19203
19203
|
var name = "mocha";
|
|
19204
|
-
var version = "11.0.
|
|
19204
|
+
var version = "11.0.1";
|
|
19205
19205
|
var homepage = "https://mochajs.org/";
|
|
19206
19206
|
var notifyLogo = "https://ibin.co/4QuRuGjXvl36.png";
|
|
19207
19207
|
var require$$17 = {
|