Skip to content

Commit

Permalink
test: fix mocha config
Browse files Browse the repository at this point in the history
Replaces old mocha.opts with .mocharc.js. Now the mocha config is detected correctly.
  • Loading branch information
aminya committed Apr 15, 2021
1 parent 3c61fea commit 22dee8f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
9 changes: 9 additions & 0 deletions .mocharc.js
@@ -0,0 +1,9 @@
'use strict'

module.exports = {
require: ['ts-node/register', 'choma'],
spec: ['test/unit/*-test.ts', 'test/unit/compat/*-test.{ts,js}'],
"expose-gc": true,
"experimental-worker": true,
recursive: true,
}
5 changes: 0 additions & 5 deletions test/mocha.opts

This file was deleted.

0 comments on commit 22dee8f

Please sign in to comment.