mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 02:58:05 +08:00
test: inputRange事件动作单测
This commit is contained in:
parent
6bb54595ff
commit
ffc2e4bb0d
@ -1,6 +1,6 @@
|
|||||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||||
|
|
||||||
exports[`Renderer:range2 1`] = `
|
exports[`EventAction:inputRange 1`] = `
|
||||||
<div>
|
<div>
|
||||||
<div
|
<div
|
||||||
class="cxd-Page"
|
class="cxd-Page"
|
||||||
|
@ -3,7 +3,7 @@ import '../../../../src';
|
|||||||
import {render as amisRender} from '../../../../src';
|
import {render as amisRender} from '../../../../src';
|
||||||
import {makeEnv, wait} from '../../../helper';
|
import {makeEnv, wait} from '../../../helper';
|
||||||
|
|
||||||
test('Renderer:range2', async () => {
|
test('EventAction:inputRange', async () => {
|
||||||
const notify = jest.fn();
|
const notify = jest.fn();
|
||||||
const {container} = render(
|
const {container} = render(
|
||||||
amisRender(
|
amisRender(
|
||||||
|
Loading…
Reference in New Issue
Block a user