Copied starter Meteor App files.
Cut and paste of the BasicMeteorApp.
This commit is contained in:
11
packages/jquery-custom-scrollbar/jquery-custom-scrollbar-tests.js
vendored
Normal file
11
packages/jquery-custom-scrollbar/jquery-custom-scrollbar-tests.js
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
// Import Tinytest from the tinytest Meteor package.
|
||||
import { Tinytest } from "meteor/tinytest";
|
||||
|
||||
// Import and rename a variable exported by jquery-custom-scrollbar.js.
|
||||
import { name as packageName } from "meteor/wcrisman:jquery-custom-scrollbar";
|
||||
|
||||
// Write your tests here!
|
||||
// Here is an example.
|
||||
Tinytest.add('jquery-custom-scrollbar - example', function (test) {
|
||||
test.equal(packageName, "jquery-custom-scrollbar");
|
||||
});
|
||||
Reference in New Issue
Block a user