Skip to content

Commit

Permalink
Update image test paths due to qunit dir move
Browse files Browse the repository at this point in the history
  • Loading branch information
fskreuz committed May 21, 2017
1 parent 526eff4 commit 7a15338
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/browser/misc.js
Original file line number Diff line number Diff line change
Expand Up @@ -991,7 +991,7 @@ export default function() {

const ractive = new Ractive({
el: fixture,
template: '<img src="files/350x150.gif" width="{{350}}">'
template: '<img src="qunit/350x150.gif" width="{{350}}">'
});

const img = ractive.find( 'img' );
Expand All @@ -1011,7 +1011,7 @@ export default function() {

const ractive = new Ractive({
el: fixture,
template: '<div style="width: 350px"><img src="files/350x150.gif" width="100%"></div>'
template: '<div style="width: 350px"><img src="qunit/350x150.gif" width="100%"></div>'
});

const img = ractive.find( 'img' );
Expand Down

0 comments on commit 7a15338

Please sign in to comment.