src/integration/pages/photoGalleryPage/thai/amp.test.js

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * @service thai
 * @pathname /thai/thailand-49950038
 */

import runAMPTests from '../ampTests';

describe('AMP', () => {
  describe(pageType, () => {
    runAMPTests(service);
  });
});