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

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