Skip to content

Commit

Permalink
add Support For Segmented Assets
Browse files Browse the repository at this point in the history
  • Loading branch information
manansharma18 committed Oct 19, 2023
1 parent 5370afc commit c71a308
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/auto-scroll/react/src/__tests__/plugin.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import { makeFlow } from '@player-ui/make-flow';
import {
actionTransform,
inputTransform,
infoTransform,
} from '@player-ui/reference-assets-plugin';
import { Info, Action, Input } from '@player-ui/reference-assets-plugin-react';
import { CommonTypesPlugin } from '@player-ui/common-types-plugin';
Expand Down Expand Up @@ -108,6 +109,7 @@ describe('auto-scroll plugin', () => {
new AssetTransformPlugin([
[{ type: 'action' }, actionTransform],
[{ type: 'input' }, inputTransform],
[{ type: 'info' }, infoTransform],
]),
new CommonTypesPlugin(),
new AutoScrollManagerPlugin({
Expand Down Expand Up @@ -145,6 +147,7 @@ describe('auto-scroll plugin', () => {
new AssetTransformPlugin([
[{ type: 'action' }, actionTransform],
[{ type: 'input' }, inputTransform],
[{ type: 'info' }, infoTransform],
]),
new CommonTypesPlugin(),
new AutoScrollManagerPlugin({
Expand Down Expand Up @@ -202,6 +205,7 @@ describe('auto-scroll plugin', () => {
new AssetTransformPlugin([
[{ type: 'action' }, actionTransform],
[{ type: 'input' }, inputTransform],
[{ type: 'info' }, infoTransform],
]),
new CommonTypesPlugin(),
new AutoScrollManagerPlugin({
Expand Down

0 comments on commit c71a308

Please sign in to comment.