Skip to content

Commit f83d0db

Browse files
author
Jeff
committed
remove .only
1 parent 5bb92d8 commit f83d0db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/Selecting.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ describe("VS - Selecting Values", () => {
174174
expect(Select.vm.isOptionSelected({ label: "one" })).toEqual(true);
175175
});
176176

177-
it.only("can use v-model syntax for a two way binding to a parent component", () => {
177+
it("can use v-model syntax for a two way binding to a parent component", () => {
178178
const Parent = mount({
179179
data: () => ({ value: "foo", options: ["foo", "bar", "baz"] }),
180180
template: `<div><v-select :options="options" v-model="value" /></div>`,

0 commit comments

Comments
 (0)