next-offline icon indicating copy to clipboard operation
next-offline copied to clipboard

Tests are failing

Open paulintrognon opened this issue 4 years ago • 0 comments

Hello, the jest tests are failing:

 FAIL  ./test.js (37.428s)ages ...
  ✓ withOffline builds a service worker file with auto-registration logic (8682ms)
  ✓ withOffline builds a service worker file without auto-registration logic when the consumer opts out (6428ms)
  ✕ withOffline includes static assets and build artifacts in its service worker pre-cache (6144ms)
  ✕ withOffline pre-caches the generated manifest from withManifest (7293ms)
  ✓ withOffline respects "swDest" (6660ms)

Steps to reproduce

git clone [email protected]:hanford/next-offline.git && cd next-offline
yarn
yarn test

paulintrognon avatar Aug 21 '20 12:08 paulintrognon