Przeglądaj źródła

add back IE karma testing hack

Adam Shaw 11 lat temu
rodzic
commit
a3589f6e10
1 zmienionych plików z 6 dodań i 0 usunięć
  1. 6 0
      build/karma.conf.js

+ 6 - 0
build/karma.conf.js

@@ -46,6 +46,12 @@ module.exports = function(config) {
 			'../dist/fullcalendar.css',
 			'../tests/base.css',
 
+			// For IE8 testing. Because it can't handle running all the tests at once.
+			// Comment out the *.js line and run karma with each of the lines below.
+			//'../tests/automated/{a,b,c,d,e,f,g,h,i,j,k,l}*.js'
+			//'../tests/automated/{m,n}*.js' // mostly moment tests
+			//'../tests/automated/{o,p,q,r,s,t,u,v,w,x,y,z}*.js'
+
 			'../tests/automated/*.js'
 		],