mocha 10.3.0-preminor.0 → 10.3.0
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@10.3.0
|
|
1
|
+
// mocha@10.3.0 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) :
|
|
@@ -19066,7 +19066,7 @@
|
|
|
19066
19066
|
};
|
|
19067
19067
|
|
|
19068
19068
|
var name = "mocha";
|
|
19069
|
-
var version = "10.3.0
|
|
19069
|
+
var version = "10.3.0";
|
|
19070
19070
|
var homepage = "https://mochajs.org/";
|
|
19071
19071
|
var notifyLogo = "https://ibin.co/4QuRuGjXvl36.png";
|
|
19072
19072
|
var require$$17 = {
|