From 908e5cfa860fb58cc57cc64dba1ef2eb13c3049a Mon Sep 17 00:00:00 2001 From: carolinapowers Date: Thu, 2 Aug 2018 08:26:45 -0300 Subject: [PATCH] Change test tag --- test/unit/mocha/part6/refactor-book-form-method.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/mocha/part6/refactor-book-form-method.spec.js b/test/unit/mocha/part6/refactor-book-form-method.spec.js index 559c1d5e..0dac3025 100644 --- a/test/unit/mocha/part6/refactor-book-form-method.spec.js +++ b/test/unit/mocha/part6/refactor-book-form-method.spec.js @@ -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);