Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

Commit

Permalink
Fix failing el test
Browse files Browse the repository at this point in the history
  • Loading branch information
robdodson committed Feb 12, 2015
1 parent d214e48 commit e34edf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/el-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ describe('yo polymer:el test', function () {
})
.on('end', function() {
assert.fileContent(
'app/elements/fancy-menu/fancy-menu.html', /<link rel="import" href="..\/..\/bower_components\/core-menu\/core-menu.html">/
'app/elements/fancy-menu/fancy-menu.html', /<link rel="import" href="..\/..\/..\/bower_components\/core-menu\/core-menu.html">/
);
assert.fileContent(
'app/elements/fancy-menu/fancy-menu.html', /<link rel="import" href="..\/..\/bower_components\/core-icon-button\/core-icon-button.html">/
'app/elements/fancy-menu/fancy-menu.html', /<link rel="import" href="..\/..\/..\/bower_components\/core-icon-button\/core-icon-button.html">/
);
done();
});
Expand Down

0 comments on commit e34edf2

Please sign in to comment.