mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01:40 -05:00
7 lines
No EOL
228 B
JavaScript
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);
|
|
}); |