mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-01 10:32:51 +08:00
7 lines
57 B
Makefile
7 lines
57 B
Makefile
|
|
||
|
test:
|
||
|
@node_modules/.bin/tape test/*.js
|
||
|
|
||
|
.PHONY: test
|
||
|
|