Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
feat(data-table): Added data table component (#4889)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiomkar authored Jul 15, 2019
1 parent 3ee2675 commit 7d3380a
Show file tree
Hide file tree
Showing 32 changed files with 2,770 additions and 153 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ branches:
only:
- master
- develop
- /feature\/.*/

before_install:
# Source the scripts to export their env vars. See https://superuser.com/a/176788/62792
Expand Down
1 change: 1 addition & 0 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ module.exports = function(config) {

// Refer https://github.com/webpack-contrib/karma-webpack
webpack: Object.assign({}, webpackConfig, {
plugins: [], // Exclude UglifyJs plugin from test build.
module: Object.assign({}, webpackConfig.module, {
// Cover source files when not debugging tests. Otherwise, omit coverage instrumenting to get
// uncluttered source maps.
Expand Down
Loading

0 comments on commit 7d3380a

Please sign in to comment.