Vulcan/packages/vulcan-forms/test.js

7 lines
No EOL
228 B
JavaScript

import { Tinytest } from "meteor/tinytest";
import FormWrapper from 'meteor/vulcan:forms';
Tinytest.add('vulcan:forms - initialize', function (test) {
// because of compose()
test.equal('GraphQL', FormWrapper.name);
});