6 lines
137 B
TypeScript
6 lines
137 B
TypeScript
import { labelNext } from './labelNext';
|
|
|
|
test('should return the label', () => {
|
|
expect(labelNext()).toEqual('Go to next month');
|
|
});
|