Skip to content

Commit 00e92e1

Browse files
committed
Dev: remove all-active test runner as now all test suites can run cleanly!
1 parent cc5c2aa commit 00e92e1

File tree

2 files changed

+1
-70
lines changed

2 files changed

+1
-70
lines changed

grunt.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ grunt.initConfig({
281281
files: grunt.file.expandFiles( "tests/unit/**/*.html" ).filter(function( file ) {
282282
// disabling everything that doesn't (quite) work with PhantomJS for now
283283
// TODO except for all|index|test, try to include more as we go
284-
return !( /(all|all-active|index|test|dialog|tabs|tooltip)\.html$/ ).test( file );
284+
return !( /(all|index|test|dialog|tabs|tooltip)\.html$/ ).test( file );
285285
})
286286
},
287287
lint: {

tests/unit/all-active.html

-69
This file was deleted.

0 commit comments

Comments
 (0)