Skip to content

Commit

Permalink
Validator does not validate ampjs.org, temporarily revert the test
Browse files Browse the repository at this point in the history
  • Loading branch information
powerivq committed Apr 2, 2024
1 parent f6bb6f4 commit 2c85ad8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platform/lib/format-transform/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ describe('formatTransform', () => {
<head>
<link><meta><noscript></noscript>
<meta charset="utf-8">
<script async src="https://ampjs.org/v0.js"></script>
<script async src="https://cdn.ampproject.org/v0.js"></script>
<style amp-boilerplate></style>
</head>
<body></body>
Expand All @@ -70,7 +70,7 @@ describe('formatTransform', () => {
<html ⚡4email data-css-strict>
<head>
<meta charset="utf-8">
<script async src="https://ampjs.org/v0.js"></script>
<script async src="https://cdn.ampproject.org/v0.js"></script>
<style amp4email-boilerplate>body{visibility:hidden}</style>
</head>
<body></body>
Expand Down

0 comments on commit 2c85ad8

Please sign in to comment.