소스 검색

Say how to run tests in the readme

Alexandre Dieulot 5 년 전
부모
커밋
1af5459893
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      README.md

+ 8 - 0
README.md

@@ -7,3 +7,11 @@
 :scroll: The source is in [instantpage.js](https://github.com/instantpage/instant.page/blob/master/instantpage.js).
 
 :star2: Star this repository to follow its development.
+
+## Tests
+
+With [Node](https://nodejs.org/), run:
+
+`node test/app.js`
+
+And access http://127.0.0.1:8000/. Or specify another port with an argument after the filename.