Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/api/selectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ You can also use combinators:
- adjacent sibling selector (`div + .foo`)
- general sibling selector (`div ~ .foo`)

###Vue Components
### Vue Components

Vue components are also valid selectors.

Expand All @@ -39,7 +39,7 @@ const wrapper = shallowMount(Foo)
expect(wrapper.is(Foo)).toBe(true)
```

###Find Option Object
### Find Option Object

#### Name

Expand Down
2 changes: 1 addition & 1 deletion docs/ja/api/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vue-test-utils にはオプションを定義するための `config` オプションがあります。

### vue-test-utils` `config` オプション
### Vue Test Utils Config オプション

#### `stubs`

Expand Down