ニジカ投稿局 https://tv.nizika.tv
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.mocharc.cjs 197 B

12345678910
  1. process.env.TSX_TSCONFIG_PATH = './packages/tests/tsconfig.json'
  2. module.exports = {
  3. "node-option": [
  4. "import=tsx",
  5. "no-warnings",
  6. "conditions=peertube:tsx"
  7. ],
  8. "timeout": 30000
  9. }