Skip to content

Commit

Permalink
chore(unit tests): Clean up unnecessary prop
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuenzenmeyer committed Jan 19, 2018
1 parent 4bd35bd commit c722868
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion test/engine_handlebars_tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ function fakePatternLab() {
footer: '',
header: '',
listitems: {},
listItemArray: [],
data: {
link: {},
},
Expand Down
1 change: 0 additions & 1 deletion test/engine_liquid_tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ function fakePatternLab() {
footer: '',
header: '',
listitems: {},
listItemArray: [],
data: {
link: {},
},
Expand Down
1 change: 0 additions & 1 deletion test/engine_mustache_tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ function fakePatternLab() {
footer: '',
header: '',
listitems: {},
listItemArray: [],
data: {
link: {},
},
Expand Down
1 change: 0 additions & 1 deletion test/engine_twig_tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ function fakePatternLab() {
footer: '',
header: '',
listitems: {},
listItemArray: [],
data: {
link: {},
},
Expand Down
1 change: 0 additions & 1 deletion test/engine_underscore_tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ function fakePatternLab() {
footer: '',
header: '',
listitems: {},
listItemArray: [],
data: {
link: {},
},
Expand Down
1 change: 0 additions & 1 deletion test/object_factory_tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ function fakePatternLab() {
footer: '',
header: '',
listitems: {},
listItemArray: [],
data: {
link: {},
},
Expand Down
1 change: 0 additions & 1 deletion test/util/test_utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ module.exports = {
footer: '',
header: '',
listitems: {},
listItemArray: [],
data: {
link: {},
},
Expand Down

0 comments on commit c722868

Please sign in to comment.