Skip to content

Commit

Permalink
fix: wallaby tests fix
Browse files Browse the repository at this point in the history
* feat(navbar): collapse optimisation

* feat(navbar): collapse optimisation

* fix(app): wallaby tests fix

* fix(app): wallaby tests fix

* fix: removed linter domain app
  • Loading branch information
roll314 authored and pimenovoleg committed Oct 17, 2018
1 parent 698ff6e commit 18e06cc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions wallaby.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module.exports = function (wallaby) {
{ test: /\.css$/, loader: 'raw-loader' },
{ test: /\.html$/, loader: 'raw-loader' },
{ test: /\.js$/, loader: 'angular2-template-loader', exclude: /node_modules/ },
{test: /\.scss$|\.sass$/, loaders: ['raw-loader', 'sass-loader']}
{ test: /\.scss$|\.sass$/, loaders: ['raw-loader', 'sass-loader'] }
]
},

Expand Down Expand Up @@ -60,7 +60,9 @@ module.exports = function (wallaby) {
],

tests: [
{ pattern: 'src/**/*spec.ts', load: false }
{ pattern: 'src/**/*spec.ts', load: false },
{ pattern: '!src/cdk/schematics/**/*spec.ts', load: false }

],

testFramework: 'jasmine',
Expand Down

0 comments on commit 18e06cc

Please sign in to comment.