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
|
||||
|
||||
exports[`Renderer:range2 1`] = `
|
||||
exports[`EventAction:inputRange 1`] = `
|
||||
<div>
|
||||
<div
|
||||
class="cxd-Page"
|
||||
|
@ -3,7 +3,7 @@ import '../../../../src';
|
||||
import {render as amisRender} from '../../../../src';
|
||||
import {makeEnv, wait} from '../../../helper';
|
||||
|
||||
test('Renderer:range2', async () => {
|
||||
test('EventAction:inputRange', async () => {
|
||||
const notify = jest.fn();
|
||||
const {container} = render(
|
||||
amisRender(
|
||||
|
Loading…
Reference in New Issue
Block a user