token-contract-as
token-contract-as copied to clipboard
Yarn jest fails to run with a Reference Error
trafficstars
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)
This has been reported again by community folks and is still broken.
I'm taking this up