We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 138798b commit c2f3cadCopy full SHA for c2f3cad
Makefile
@@ -22,7 +22,7 @@ lint:
22
23
test:
24
$(EASK) install-deps --dev
25
- $(EASK) ert ./test/*.el
+ $(EASK) test ert ./test/*.el
26
27
clean:
28
$(EASK) clean-all
0 commit comments