소스 검색

Run unit tests using vows (requires node)

tags/0.5.1
Michael Jackson 14 년 전
부모
커밋
70a4f2b986
2개의 변경된 파일9개의 추가작업 그리고 1개의 파일을 삭제
  1. +5
    -0
      Rakefile
  2. +4
    -1
      package.json

+ 5
- 0
Rakefile 파일 보기

@@ -12,6 +12,11 @@ task :spec do
end
end

desc "Run all unit tests"
task :test do
exec "vows test/*_test.js"
end

# Creates a task that uses the various template wrappers to make a wrapped
# output file. There is some extra complexity because Dojo and YUI use
# different final locations.


+ 4
- 1
package.json 파일 보기

@@ -4,5 +4,8 @@
"description": "Logic-less {{mustache}} templates with JavaScript",
"author": "mustache.js Authors <http://github.com/janl/mustache.js>",
"keywords": ["mustache", "template", "templates", "ejs"],
"main": "./mustache"
"main": "./mustache",
"devDependencies": {
"vows": "0.6.x"
}
}

불러오는 중...
취소
저장