import { subtract } from './case/example';

expect(subtract(2, 1)).toBe(1);
