Skip to content

Commit aabda48

Browse files
committed
Fix tests
1 parent 6ec1bff commit aabda48

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

packages/interact-validate/test/rules/recommendedFillBackwards.spec.ts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -134,20 +134,6 @@ describe('recommendedFillBackwards — RECOMMENDED_FILL_BACKWARDS', () => {
134134
expect(result.errors.filter((e) => e.code === CODE)).toHaveLength(0);
135135
});
136136

137-
it('does not warn for a same-element entrance without delay', () => {
138-
const result = validateInteractConfig({
139-
interactions: [
140-
{
141-
key: 'el',
142-
trigger: 'viewEnter',
143-
effects: [{ namedEffect: { type: 'FadeIn' }, duration: 400 }],
144-
},
145-
],
146-
});
147-
148-
expect(result.errors.filter((e) => e.code === CODE)).toHaveLength(0);
149-
});
150-
151137
it('does not warn for a customEffect entrance', () => {
152138
const result = validateInteractConfig({
153139
interactions: [

0 commit comments

Comments
 (0)