mirror of
https://github.com/kou029w/jest-hands-on.git
synced 2025-01-31 14:07:58 +00:00
fix
This commit is contained in:
parent
2fccbf6aa1
commit
432dd62cff
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
```js
|
||||
test("正しくJSONをパースできる", () => {
|
||||
// 準備
|
||||
const json = `{"name": "太郎", "age": 20}`;
|
||||
const json = `{ "name": "太郎", "age": 20 }`;
|
||||
|
||||
// 実行
|
||||
const parsed = JSON.parse(json);
|
||||
|
|
Loading…
Add table
Reference in a new issue