Skip to content

Commit 89ee169

Browse files
committed
Refinement
1 parent 98bc6b6 commit 89ee169

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/fields/core/fieldFile.vue

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
<script>
1717
import abstractField from "../abstractField";
18-
import fecha from "fecha";
1918
2019
export default {
2120
mixins: [abstractField]

test/unit/specs/fields/fieldFile.spec.js

-4
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@ describe("fieldFile.vue", function () {
5656
expect(input.name).to.be.equal("testupload");
5757
});
5858

59-
it("should change name", () => {
60-
expect(input.name).to.be.equal("testupload");
61-
});
62-
6359
it("should set required", () => {
6460
expect(input.required).to.be.false;
6561
});

0 commit comments

Comments
 (0)