Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit 83b1a6f

Browse files
committed
chore(project): switch to .mocharc
Mocha has deprecated mocha.opts and running tests results in a warning: (node:93714) DeprecationWarning: Configuration via mocha.opts is DEPRECATED and will be removed from a future version of Mocha. Use RC files or package.json instead.
1 parent aed02c9 commit 83b1a6f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.mocharc.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
recursive: true

packages/api-elements/test/mocha.opts

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/openapi3-parser/test/mocha.opts

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)