Files
meteor/packages/ecmascript/ecmascript-tests.js
Ben Newman 095ded40b0 Add an ecmascript core package.
This package will be installed by default for all new apps and packages.

Passing the {transpile:false} option to api.addFiles makes it possible for
a dependent package to specify that some files should not be processed
through babel-compiler.
2015-07-16 18:02:07 -04:00

6 lines
121 B
JavaScript

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