Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
colloquet authored Apr 18, 2017
1 parent c17305f commit 3b5d913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Appendix03/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

```
$ npm install --save-dev babel-core babel-loader babel-eslint babel-preset-react babel-preset-es2015 eslint eslint-config-airbnb eslint-loader eslint-plugin-import eslint-plugin-jsx-a11y eslint-plugin-react webpack webpack-dev-server html-webpack-plugin chai mocha
```
```

2. 測試程式碼
1. describe(test suite):表示一組相關的測試。`describe` 為一個函數,第一個參數為 `test suite`的名稱,第二個參數為實際執行的函數。
Expand Down

0 comments on commit 3b5d913

Please sign in to comment.