labelNext.test.ts 137 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 import { labelNext } from './labelNext'; test('should return the label', () => { expect(labelNext()).toEqual('Go to next month'); });