Vulcan/packages/vulcan-forms/test/schema_utils.test.js

10 lines
272 B
JavaScript
Raw Normal View History

2018-07-24 16:07:42 +02:00
//import { convertSchema } from '../lib/modules/schema_utils.js'
import expect from 'expect'
describe('schema_utils', function () {
describe('convertSchema', function () {
it('run a test', function () {
expect(true).toBe(true)
})
})
})