ProjectEvergreen / greenwood

Greenwood is your workbench for the web, embracing web standards from the ground up to empower your stack from front to back.
https://www.greenwoodjs.io
MIT License
96 stars 9 forks source link

Chore/issue 1070 remove async before that are not async #1091

Closed thescientist13 closed 1 year ago

thescientist13 commented 1 year ago

Related Issue

resolves #1070

Based on the error message, wondering if the issue is using async in before calls that don't return a promise?

       "before all" hook in "A Server Rendered Application (SSR) that is statically exported":
     Error: Timeout of 90000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves.

Summary of Changes

  1. Clean up usages of before(async function() {