Adam Shaw před 11 roky
rodič
revize
53b6a37226
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      tests/automated/event-obj.js

+ 1 - 1
tests/automated/event-obj.js

@@ -85,7 +85,7 @@ describe('event object creation', function() {
 		expect(event.end).toBe(null);
 	});
 
-	iit('allows ASP dates for start', function() {
+	it('allows ASP dates for start', function() {
 		init({
 			start: '\/Date(1239018869048)\/',
 			end: '\/Date(1239105269048)\/'