wx-compiler/.mocharc.js
msojocs ee32f8dd93 fix: wcsc 索引与 一个括号
处理一处索引出现负数的问题;
一处css输出了多余的括号。
2025-02-16 00:10:45 +08:00

16 lines
431 B
JavaScript

module.exports = {
require: [
"@babel/register",
'ts-node/register'
],
recursive: true,
// spec: "./test/spec/**/*.spec.ts",
spec: [
"./test/spec/**/*.spec.ts",
// 'test/spec/issue/129/issue129.spec.ts',
// 'test/spec/issue/115/issue115.spec.ts',
// 'test/spec/wcc/module/module.spec.ts',
],
// spec: "test/spec/wcc/wxs/wxs.spec.ts",
timeout: 20000,
}