Skip to content

Commit c52d9cd

Browse files
committed
add --check-leaks for mocha
1 parent 82731da commit c52d9cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
MOCHA_OPTS=
2+
MOCHA_OPTS= --check-leaks
33
REPORTER = dot
44

55
check: test

0 commit comments

Comments
 (0)