literate-jasmine
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "literate-jasmine", | ||
"description": "write tests in markdown that are parsed to specification files to run with jasmine-node", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"bin": { | ||
@@ -6,0 +6,0 @@ "literate-jasmine": "./bin/literate-jasmine" |
@@ -54,2 +54,11 @@ # literate-jasmine [![Build Status](https://travis-ci.org/cymen/literate-jasmine.png?branch=master)](https://travis-ci.org/cymen/literate-jasmine) | ||
Then run the jasmine tests: | ||
> jasmine-node README_spec.js | ||
1 2 3 | ||
.... | ||
Finished in 0.006 seconds | ||
4 tests, 4 assertions, 0 failures, 0 skipped | ||
## Mathematics | ||
@@ -56,0 +65,0 @@ ### add can add numbers |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10969
88