Skip to content

Commit c877e72

Browse files
committed
apply latest d3-time-format in lib_date test
1 parent e92a88c commit c877e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/lib_date_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ var calComponent = require('@src/components/calendars');
77
// use only the parts of world-calendars that we've imported for our tests
88
var calendars = require('@src/components/calendars/calendars');
99

10-
var utcFormat = require('d3').time.format.utc;
10+
var utcFormat = require('d3-time-format').utcFormat;
1111

1212
describe('dates', function() {
1313
'use strict';

0 commit comments

Comments
 (0)