test: inputRange事件动作单测

This commit is contained in:
huangying11 2022-06-17 11:22:03 +08:00
parent 6bb54595ff
commit ffc2e4bb0d
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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(