Skip to content

Commit

Permalink
Correct linting issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsilverstein committed Feb 7, 2020
1 parent fe9a1eb commit d796744
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion extensions/amp-script/0.1/test/unit/test-amp-script.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ describes.fakeWin('AmpScript', {amp: {runtimeOn: false}}, env => {
return script.layoutCallback().should.be.rejected;
});


it('should work with "text/javascript" content-type for same-origin src', () => {
env.sandbox.stub(env.ampdoc, 'getUrl').returns('https://foo.example/');
element.setAttribute('src', 'https://foo.example/foo.txt');
Expand Down

0 comments on commit d796744

Please sign in to comment.