Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Yarn jest fails to run with a Reference Error #201

Open
marvinmednick opened this issue Dec 27, 2021 · 0 comments
Open

Yarn jest fails to run with a Reference Error #201

marvinmednick opened this issue Dec 27, 2021 · 0 comments

Comments

@marvinmednick
Copy link

FAIL src/test.js
● Test suite failed to run

ReferenceError: jasmine is not defined

   6 |   let eve = 'eve.near';
   7 |
>  8 |   jasmine.DEFAULT_TIMEOUT_INTERVAL = 10000;
     |   ^
   9 |
  10 |   beforeAll(async function() {
  11 |     console.log('nearConfig', nearConfig);

  at src/test.js:8:3
  at Object.<anonymous> (src/test.js:1:30)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant