Skip to content

Commit

Permalink
Upgrade karma to run headless Chrome
Browse files Browse the repository at this point in the history
PhantomJS is archived.
  • Loading branch information
janlazo committed May 29, 2019
1 parent 97df40a commit 704eefe
Show file tree
Hide file tree
Showing 7 changed files with 2,405 additions and 1,674 deletions.
4 changes: 0 additions & 4 deletions dist/smart-table.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @version 2.1.11
* @license MIT
*/
(function (ng, undefined){
'use strict';

Expand Down
6 changes: 1 addition & 5 deletions dist/smart-table.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/smart-table.min.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion gulpFile.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ src.unshift('src/top.txt');
gulp.task('karma-CI', function (done) {
var conf = require('./test/karma.common.js');
conf.singleRun = true;
conf.browsers = ['PhantomJS'];
conf.basePath = './';
karma.start(conf, done);
});
Expand Down
Loading

0 comments on commit 704eefe

Please sign in to comment.