mirror of
https://github.com/robertkrimen/otto
synced 2025-10-12 20:27:30 +08:00

* Faster, more straightforward, etc. * More advanced object literals (get ..., set ...) * More tests using JavaScript from the wild (http://cdnjs.com/)
5 lines
29 B
Makefile
5 lines
29 B
Makefile
.PHONY: test
|
|
|
|
test:
|
|
go test
|