De-lint test files and update test,build config

This commit is contained in:
gconsidine
2017-10-10 16:32:11 -04:00
parent 8b6cc0e323
commit 82f81752e4
61 changed files with 1335 additions and 991 deletions

View File

@@ -1,10 +1,10 @@
const dynamicSection = {
selector: '.',
commands: [{
create({ name, locateStrategy, selector, elements, sections, commands }) {
let Section = this.constructor;
create ({ name, locateStrategy, selector, elements, sections, commands }) {
const Section = this.constructor;
let options = Object.assign(Object.create(this), {
const options = Object.assign(Object.create(this), {
name,
locateStrategy,
elements,