Fix bullet list.
This commit is contained in:
parent
0f86dbb31c
commit
2468f39500
@ -30,17 +30,17 @@ Jasmine is our dream JavaScript testing framework. It's heavily influenced by, a
|
|||||||
|
|
||||||
Jasmine was designed with a few principles in mind. We believe that a good JavaScript testing framework:
|
Jasmine was designed with a few principles in mind. We believe that a good JavaScript testing framework:
|
||||||
|
|
||||||
* should not be tied to any browser, framework, platform, or host language.
|
* should not be tied to any browser, framework, platform, or host language.
|
||||||
* should have idiomatic and unsurprising syntax.
|
* should have idiomatic and unsurprising syntax.
|
||||||
* should work anywhere JavaScript can run, including browsers, servers, phones, etc.
|
* should work anywhere JavaScript can run, including browsers, servers, phones, etc.
|
||||||
* shouldn't intrude in your application's territory (e.g. by cluttering the global namespace).
|
* shouldn't intrude in your application's territory (e.g. by cluttering the global namespace).
|
||||||
* should play well with IDEs (e.g. test code should pass static analysis).
|
* should play well with IDEs (e.g. test code should pass static analysis).
|
||||||
|
|
||||||
Some of our goals while writing Jasmine:
|
Some of our goals while writing Jasmine:
|
||||||
|
|
||||||
* it should encourage good testing practices.
|
* it should encourage good testing practices.
|
||||||
* it should integrate easily with continuous build systems.
|
* it should integrate easily with continuous build systems.
|
||||||
* it should be simple to get started with.
|
* it should be simple to get started with.
|
||||||
|
|
||||||
The result is Jasmine, and we love test-driving our code with it. Enjoy.
|
The result is Jasmine, and we love test-driving our code with it. Enjoy.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user