Skip to content

Commit f0e77cb

Browse files
refactor(specs): rename __tests__ to specs (#184)
Co-authored-by: Nikita Almanov <[email protected]>
1 parent d0a210c commit f0e77cb

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.mocharc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"recursive": true,
99
"reporter": "mocha-spec-reporter-with-file-names",
1010
"slow": 1500,
11-
"spec": ["__tests__"],
11+
"spec": ["specs"],
1212
"timeout": 20000
1313
}

__tests__/index.spec.ts

Whitespace-only changes.

specs/index.spec.ts

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
console.log('Tests');

0 commit comments

Comments
 (0)