Skip to content

Commit

Permalink
Merge branch 'master' of github.com:DataTables/DataTablesSrc
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanJard committed Sep 8, 2021
2 parents eb374d1 + b231df3 commit 272b183
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ module.exports = function(config) {
case 'select':
extensionFiles = 'extensions/Select/test/**/*.js';
break;
case 'StateRestore':
case 'staterestore':
extensionFiles = 'extensions/StateRestore/test/**/*.js';
break;

default:
throw 'Unknown extension';
Expand Down Expand Up @@ -232,6 +236,12 @@ module.exports = function(config) {
js: false,
css: true
},
staterestore: {
pathName: 'StateRestore',
fileName: 'stateRestore',
js: false,
css: true
},
//
// Additional files
'buttons-flash': {
Expand Down

0 comments on commit 272b183

Please sign in to comment.