UNPKG

tfaker

Version:

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

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