mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01:40 -05:00
8 lines
No EOL
211 B
JavaScript
8 lines
No EOL
211 B
JavaScript
import FormWrapper from 'meteor/vulcan:forms';
|
|
import expect from "expect"
|
|
|
|
describe('vulcan:forms', function () {
|
|
it('initialize', function () {
|
|
expect(FormWrapper.name).toEqual('GraphQL')
|
|
})
|
|
}) |