src/integration/pages/storyPage/kyrgyz/amp.test.js

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * @service kyrgyz
 * @pathname /kyrgyz/23292889
 */

import runAmpTests from '../ampTests';

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