Skip to content

Commit 23d5920

Browse files
committed
Rename to month-constants
1 parent dc3d35b commit 23d5920

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

src/lib/core/datetime/native-date-adapter.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {NativeDateAdapter} from './native-date-adapter';
22
import {Platform} from '../platform/index';
3-
import {DEC, FEB, JAN, MAR} from '../testing/date-shortcuts';
3+
import {DEC, FEB, JAN, MAR} from '../testing/month-constants';
44

55
const SUPPORTS_INTL = typeof Intl != 'undefined';
66

src/lib/datepicker/calendar.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import {MdDatepickerIntl} from './datepicker-intl';
2525
import {MdNativeDateModule} from '../core/datetime/index';
2626
import {NoConflictStyleCompatibilityMode} from '../core';
2727
import {MdButtonModule} from '../button/index';
28-
import {AUG, DEC, FEB, JAN, JUL, NOV, MAR, MAY, JUN, SEP} from '../core/testing/date-shortcuts';
28+
import {AUG, DEC, FEB, JAN, JUL, NOV, MAR, MAY, JUN, SEP} from '../core/testing/month-constants';
2929

3030
describe('MdCalendar', () => {
3131
beforeEach(async(() => {

src/lib/datepicker/datepicker.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {
1414
dispatchMouseEvent,
1515
dispatchKeyboardEvent,
1616
} from '../core/testing/dispatch-events';
17-
import {DEC, JAN} from '../core/testing/date-shortcuts';
17+
import {DEC, JAN} from '../core/testing/month-constants';
1818

1919
describe('MdDatepicker', () => {
2020
describe('with MdNativeDateModule', () => {

src/lib/datepicker/month-view.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {By} from '@angular/platform-browser';
44
import {MdMonthView} from './month-view';
55
import {MdCalendarBody} from './calendar-body';
66
import {MdNativeDateModule, DateAdapter, NativeDateAdapter} from '../core/datetime/index';
7-
import {JAN, MAR} from '../core/testing/date-shortcuts';
7+
import {JAN, MAR} from '../core/testing/month-constants';
88

99
describe('MdMonthView', () => {
1010
beforeEach(async(() => {

src/lib/datepicker/year-view.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {By} from '@angular/platform-browser';
44
import {MdYearView} from './year-view';
55
import {MdCalendarBody} from './calendar-body';
66
import {MdNativeDateModule, DateAdapter, NativeDateAdapter} from '../core/datetime/index';
7-
import {FEB, JAN, MAR} from '../core/testing/date-shortcuts';
7+
import {FEB, JAN, MAR} from '../core/testing/month-constants';
88

99
describe('MdYearView', () => {
1010
beforeEach(async(() => {

0 commit comments

Comments
 (0)