Skip to content

Commit

Permalink
Change test tag
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinapowers committed Aug 2, 2018
1 parent ba208b2 commit 908e5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/mocha/part6/refactor-book-form-method.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const esprima = require("esprima");
const helpers = require("../helpers");

describe("BookForm.vue", () => {
it("should contain a data function that returns a bookData object @book-form-contains-data-object", () => {
it("should contain a data function that returns a bookData object @book-form-emits-bookData", () => {
const file = helpers.readFile("src/components/BookForm.vue");
const nodes = helpers.parseFile(file);
const script = helpers.getHtmlTag("script", nodes);
Expand Down

0 comments on commit 908e5cf

Please sign in to comment.