You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having a problem running test. I tried running the test but it is giving me the error below
1) FundMe
"before each" hook for "sets the aggregator addresses correctly":
Error: Timeout of 100000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (C:\Users\burha\OneDrive\Desktop\Blockchain\hardat-fundme\test\unit\FundMe.test.ts)
at listOnTimeout (node:internal/timers:569:17)
at processTimers (node:internal/timers:512:7)
And I am getting this error because when I use deployments.fixture(["all"]) as it is not executing and moving ahead after this line. It just stops there.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Everyone,
I am having a problem running test. I tried running the test but it is giving me the error below
And I am getting this error because when I use
deployments.fixture(["all"])
as it is not executing and moving ahead after this line. It just stops there.Here is my repo.
I tried a lot of other people's code but still it does not work, Can anyone please look into?
Beta Was this translation helpful? Give feedback.
All reactions