Remix - Testing
What is wrong with this Remix test snippet?
Assuming user is not defined anywhere.
test('check user', () => { expect(user.name).toBe('Alice'); });Assuming user is not defined anywhere.
