mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Merge branch 'devel' into release-1.3.3
This commit is contained in:
@@ -6,4 +6,4 @@ of Handlebars, but it has been tailored to produce reactive Meteor templates
|
||||
when compiled.
|
||||
|
||||
|
||||
Read more at http://docs.meteor.com/#/full/spacebars
|
||||
Read more at http://docs.meteor.com/packages/spacebars.html
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
import { Tinytest } from "meteor/tinytest";
|
||||
|
||||
// Import and rename a variable exported by ~fs-name~.js.
|
||||
import { name as packageName } from "meteor/~fs-name~";
|
||||
import { name as packageName } from "meteor/~name~";
|
||||
|
||||
// Write your tests here!
|
||||
// Here is an example.
|
||||
|
||||
Reference in New Issue
Block a user