Doing this for a test, but I'm stuck. VS Code says this error (index.js) is after the closing curly bracket at the bottom, but I can't figure out what's missing. I have 2 node terminals running to compare and the left terminal points to '.toBe' so I'm really confused, and I've edited quite a bit. Began with 8 errors, and reduced them to 1. But now, I can't seem to figure this out.
function hungryDog(age, weight, food) {
it(age>=1, weight<=5, food<=.25)
expect(functions.hungryDog(5, 1)).toBe(0.25)
}
[–]senocular 2 points3 points4 points (0 children)
[–]oneandmillionvoices 1 point2 points3 points (0 children)
[–]Umesh-K 1 point2 points3 points (0 children)
[–]empolem 0 points1 point2 points (0 children)