Skip to content

Commit

Permalink
Refinement
Browse files Browse the repository at this point in the history
  • Loading branch information
hansi90 committed Oct 11, 2017
1 parent 98bc6b6 commit 89ee169
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/fields/core/fieldFile.vue
Expand Up @@ -15,7 +15,6 @@

<script>
import abstractField from "../abstractField";
import fecha from "fecha";
export default {
mixins: [abstractField]
Expand Down
4 changes: 0 additions & 4 deletions test/unit/specs/fields/fieldFile.spec.js
Expand Up @@ -56,10 +56,6 @@ describe("fieldFile.vue", function () {
expect(input.name).to.be.equal("testupload");
});

it("should change name", () => {
expect(input.name).to.be.equal("testupload");
});

it("should set required", () => {
expect(input.required).to.be.false;
});
Expand Down

0 comments on commit 89ee169

Please sign in to comment.