Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit d007aab

Browse files
committed
update tc
1 parent c7f658f commit d007aab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/index-spec.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/** @jsx React.DOM */
2-
if (location.href.indexOf('spmjs.io')!==-1) {
2+
if (location.href.indexOf('spmjs.io') !== -1) {
33
alert('not support SPM!');
44
} else {
55
var expect = require('expect.js');
@@ -9,7 +9,7 @@ if (location.href.indexOf('spmjs.io')!==-1) {
99
var TestUtils = React.addons.TestUtils;
1010
var Simulate = TestUtils.Simulate;
1111
var async = require('async');
12-
require('/assets/dpl.css');
12+
require('/assets/classic.css');
1313

1414
describe('calendar', function () {
1515
var calendar;

0 commit comments

Comments
 (0)