Skip to content

Commit 44511f9

Browse files
author
Lionel Bijaoui
committed
Fix test
- Remove forgotten `only`
1 parent f51b83b commit 44511f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/specs/VueFormGenerator.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1090,7 +1090,7 @@ describe("VueFormGenerator.vue", () => {
10901090
});
10911091
});
10921092

1093-
describe.only("check custom slot", () => {
1093+
describe("check custom slot", () => {
10941094
let schema = {
10951095
fields: [
10961096
{

0 commit comments

Comments
 (0)