Skip to content

Commit

Permalink
pending test stuff
Browse files Browse the repository at this point in the history
see #61
  • Loading branch information
duncdrum committed Jul 16, 2018
1 parent ca412c7 commit c4e2eb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,6 @@ module.exports = class extends Generator {
})
}

// TODO: conditionally run polymer-cli init
// TODO: conditionally gulp watch
end () {
if (this.props.apptype[0] === 'polymer') {
Expand Down
3 changes: 2 additions & 1 deletion test/generated-pkg/app-polymer-element.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ describe.skip('polymer element', function () {
author: 'tester',
email: '[email protected]',
apptype: ['polymer', 'application']
generator: ['Polymer element', 'polymer-init-polymer-2-element:app']
})
.then(function () {
return assert(true)
Expand All @@ -21,7 +22,7 @@ describe.skip('polymer element', function () {

describe('polymer app has', function () {
it('recommended files', function (done) {
assert.file(['repo.xml', 'modules/app.xql'])
assert.file(['repo.xml', 'modules/app.xql', 'gulpfile.js'])
done()
})

Expand Down

0 comments on commit c4e2eb3

Please sign in to comment.