9 lines
210 B
JavaScript
9 lines
210 B
JavaScript
|
import Demo0 from './cases/demo0'
|
||
|
import {renderToString} from '@vue/server-test-utils'
|
||
|
|
||
|
describe('Landscape - Demo', () => {
|
||
|
test('Basic', () => {
|
||
|
expect(renderToString(Demo0)).toMatchSnapshot()
|
||
|
})
|
||
|
})
|