Commit b7e4b1c1 authored by Ward Bell's avatar Ward Bell

chore: more testing config refactors

parent 4ee4cf57
......@@ -13,13 +13,12 @@ module.exports = function () {
{pattern: 'node_modules/zone.js/dist/long-stack-trace-zone.js', instrument: false},
{pattern: 'node_modules/zone.js/dist/jasmine-patch.js', instrument: false},
{pattern: 'app/**/*.ts', load: false},
{pattern: 'app/**/*.html', load: false},
{pattern: 'app/**/*.(ts|html|css)', load: false},
{pattern: 'app/**/*.spec.ts', ignore: true}
],
tests: [
{pattern: 'app/*.spec.ts', load: false}
{pattern: 'app/**/*.spec.ts', load: false}
],
middleware: function (app, express) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment