mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-09 17:41:49 -05:00
De-lint test files and update test,build config
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user