mirror of
https://github.com/msojocs/wx-compiler.git
synced 2025-07-19 00:00:04 +08:00
10 lines
228 B
JavaScript
10 lines
228 B
JavaScript
module.exports = {
|
|
require: [
|
|
"@babel/register",
|
|
'ts-node/register'
|
|
],
|
|
recursive: true,
|
|
spec: "./test/spec/**/*.spec.ts",
|
|
// spec: "test/spec/wcsc/module/module.spec.ts",
|
|
timeout: 20000,
|
|
} |