We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bd5b41 commit 76be50eCopy full SHA for 76be50e
1 file changed
src/test/suite/index.js
@@ -2,18 +2,17 @@
2
* @Author : Robert Huang<56649783@qq.com> *
3
* @CreatedDate : 2023-02-04 20:42:10 *
4
* @LastEditors : Robert Huang<56649783@qq.com> *
5
- * @LastEditDate : 2026-01-18 12:02:08 *
+ * @LastEditDate : 2026-01-18 14:53:57 *
6
* @FilePath : emoji-commit-tiny/src/test/suite/index.js *
7
* @CopyRight : MerBleueAviation *
8
****************************************************************************/
9
10
11
-
12
const FastGlob = require('fast-glob');
13
const Mocha = require('mocha');
14
const path = require('path');
15
16
-export async function run() {
+async function run() {
17
const mocha = new Mocha({
18
ui: 'tdd',
19
color: true
@@ -41,4 +40,6 @@ export async function run() {
41
40
console.error(err);
42
throw err;
43
}
44
-}
+}
+
45
+module.exports = { run };
0 commit comments