mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 20:46:40 -04:00
10 lines
No EOL
272 B
JavaScript
10 lines
No EOL
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)
|
|
})
|
|
})
|
|
}) |