Skip to content

Commit

Permalink
Add test for CalculationInterpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
jerivas committed Jul 6, 2023
1 parent 18689cd commit f216566
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions js-api-spec/value/calculation.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -288,3 +288,9 @@ describe('CalculationOperation', () => {
});
});
});

describe('CalculationInterpolation', () => {
it('stores value', () => {
expect(new CalculationInterpolation('1').value).toEqual('1');
});
});

0 comments on commit f216566

Please sign in to comment.