UNPKG

react-native-template-tuil

Version:

Clean and minimalist React Native template for a quick start with TypeScript.

9 lines (7 loc) 195 B
import IsItRaining from './index' describe('test the does it rain functionality', () => { it('should return true', () => { let result = IsItRaining() expect(result).toBe(true) }) })