mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
10 lines
272 B
JavaScript
10 lines
272 B
JavaScript
![]() |
//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)
|
||
|
})
|
||
|
})
|
||
|
})
|