3 lines
71 B

import { max } from 'mathematics';
assert.equal( max( 1, 2, 3 ), 3 );