Skip to content

Commit 46db34a

Browse files
committed
add Python's format specification mini-language
1 parent e98595d commit 46db34a

6 files changed

Lines changed: 2003 additions & 130 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ setup:
3030

3131
.PHONY: test
3232
test: all
33-
$(MOCHA)
33+
$(MOCHA) --timeout 60000
3434
$(COFFEE) test/readme.coffee

0 commit comments

Comments
 (0)