Skip to content

Commit

Permalink
Remove unneccessary test
Browse files Browse the repository at this point in the history
  • Loading branch information
aomarks committed May 7, 2019
1 parent 940b3cd commit 1f08059
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/unit/resolveurl.html
Expand Up @@ -194,14 +194,6 @@
assert.equal(actual, expected);
});

test('resolveUrl when called with a garbage url', function () {
const el = document.querySelector('x-resolve');
const expected = '.../foo.png';
const actual =
el.resolveUrl('.../foo.png', 'https://example.org/bar');
assert.equal(actual, expected);
});

test('resolveUrl api with assetpath', function() {
var el = document.createElement('p-r-ap');
// Manually calculate expected URL, to avoid dependence on
Expand Down

0 comments on commit 1f08059

Please sign in to comment.