1. 26 7月, 2020 1 次提交
    • J
      Stabilize more tests (#15470) · 2f50f1f8
      Jan Potoms 提交于
      jest retries seem to be masking test failures, like the `auto-export` one (and maybe others). I turned it off for now. The `auto-export` test fails when retries are turned off.
      the output of this test failure was a bit unhelpful so I also improved it.
      Many tests have anonymous page functions.
      2f50f1f8
  2. 11 11月, 2019 1 次提交
  3. 10 6月, 2019 1 次提交
  4. 29 4月, 2019 1 次提交
  5. 12 4月, 2019 1 次提交
    • J
      Replace `.amp.js` with `withAmp(Comp)` (#7009) · e5111745
      JJ Kasper 提交于
      * Add WithAmp to enable AMP support for
      pages instead of .amp.js
      
      * Update handling for exporting AMP
      
      * Fix ampPath in export for / path and
      revert isAmp logic to handle right
      
      * Update amphtml test suite
      
      * Add handling for noDirtyAmp during
      export and update amp-export test suite
      
      * Update serverless and export-default-map
      test suites
      
      * Update require-page tests
      e5111745