Create `src/validate.js` exporting `isValidEmail(value)` returning a boolean. The test expects `isValidEmail("a@b.co")` to be true and `isValidEmail("nope")` to be false.