Skip to content

Commit 7eb6ddd

Browse files
committed
instanceof
1 parent 8d63aed commit 7eb6ddd

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tests/transform.test.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ const testCases: TestCase[] = [
4242
expectedEstreeType: 'BinaryExpression',
4343
text: ' ( ( ( ( a ) ) in ( ( b ) ) ) ) ',
4444
},
45+
{
46+
expectedAngularType: 'Binary',
47+
expectedEstreeType: 'BinaryExpression',
48+
text: ' ( ( ( ( a ) ) instanceof ( ( b ) ) ) ) ',
49+
},
4550
{
4651
expectedAngularType: 'Binary',
4752
expectedEstreeType: 'LogicalExpression',

0 commit comments

Comments
 (0)