Vulcan/packages/vulcan-forms/test/package.test.js
Eric Burel 56eb3ab4b6 fixed nested form generation
Schema must be passed explicitely to the field retrieval methods
(otherwise the main schema will be used instead of the nested schemas)
2018-07-24 20:33:43 +02:00

7 lines
No EOL
215 B
JavaScript

import FormWrapper from 'meteor/vulcan:forms';
import expect from "expect"
describe('vulcan:forms', function () {
it.skip('initialize', function () {
expect(FormWrapper.name).toEqual('GraphQL')
})
})