UNPKG

colleges.js

Version:

A module that gives data about colleges around the world

7 lines (6 loc) 201 B
import { College } from "../src"; test('Returns an object for countrycodes', () => { const college = new College(); const result = college.countryCode; expect(typeof result).toBe(typeof {}); });