Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 99b5470

Browse files
author
亦才
committed
up
1 parent 82a7b06 commit 99b5470

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/JavaScript/2015-02-25-Jasmine中文指南.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tags : [jasmine2.1,测试,bdd]
1212

1313
* npm install -g jasmine
1414

15-
* jasmine JASMINE_CONFIG_PATH=jasmine.json
15+
* jasmine `JASMINE_CONFIG_PATH=jasmine.json`
1616

1717
* `jasmine.json`配置文件可以随意命名,内容格式如下
1818

@@ -45,7 +45,7 @@ describe(' test some code ', function(){
4545
```
4646

4747

48-
下面是`jasmine`的常用断言方法,在任何断言方法前面加上`not`,代表相返的意思.
48+
下面是`jasmine`的常用断言方法,在任何断言方法前面加上`not`,代表相反的意思.
4949

5050

5151
### toBe

0 commit comments

Comments
 (0)