Browse Source

split tests into logical units

pull/497/head
Stephen Hess 9 years ago
parent
commit
f783560224
  1. 2
      test/unit/helper/labelGenerator_examples.js

2
test/unit/helper/labelGenerator_examples.js

@ -42,7 +42,9 @@ module.exports.tests.canada = function(test, common) {
t.equal(generator(doc),'1 Main St, Truth or Consequences, NM, United States');
t.end();
});
};
module.exports.tests.france = function(test, common) {
test('eiffel tower', function(t) {
var doc = {
'name': 'Tour Eiffel',

Loading…
Cancel
Save