Files
DiceCloud/rpg-docs/packages/meteor-vulcanize-master/vulcanize-tests.js
Stefan Zermatten 36d5ff0a88 Update Meteor to 1.2
This requires local copies of packages that are broken or not Polymer 0.5

Closes #15
2015-10-03 22:40:04 +02:00

6 lines
121 B
JavaScript

// Write your tests here!
// Here is an example.
Tinytest.add('example', function (test) {
test.equal(true, true);
});