UNPKG

tfaker

Version:

Lightweight, Targaryen-themed lil' brother of faker.js

7 lines (6 loc) 235 B
var assert = require("assert"); var country = require("../methods/country.js"); module.exports = exports = function countryTest() { assert.strictEqual(typeof country, "function"); assert.strictEqual(typeof country(), "string"); };