Skip to content

Commit

Permalink
refactor(specs): rename __tests__ to specs (#184)
Browse files Browse the repository at this point in the history
Co-authored-by: Nikita Almanov <131481562+nikkeyl@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and nikkeyl authored Jan 26, 2024
1 parent d0a210c commit f0e77cb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .mocharc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"recursive": true,
"reporter": "mocha-spec-reporter-with-file-names",
"slow": 1500,
"spec": ["__tests__"],
"spec": ["specs"],
"timeout": 20000
}
Empty file removed __tests__/index.spec.ts
Empty file.
1 change: 1 addition & 0 deletions specs/index.spec.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
console.log('Tests');

0 comments on commit f0e77cb

Please sign in to comment.