// these tests run in node even though // that's kind of a silly thing to do ¯\_(ツ)_/¯ var niceNames = require('./niceNames'); describe('niceNames', function() { });